Migrate to new swagger docs generation #18

Merged
konrad merged 33 commits from auto-generate-docs into master 2018-11-12 15:46:36 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6e9e722642 - Show all commits

View File

@ -171,7 +171,7 @@ swagger-validate:
.PHONY: do-the-swag
do-the-swag:
@hash swag > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
go install $(GOFLAGS) github.com/swaggo/swag/cmd/swag@master; \
go install $(GOFLAGS) github.com/swaggo/swag/cmd/swag; \
fi
swag init -g pkg/routes/routes.go;