Merge pull request #22 from tych0/install-swag

install swag instead of updating it in the go deps
This commit is contained in:
Tycho Andersen
2019-09-03 15:12:49 -06:00
committed by GitHub
+1 -1
View File
@@ -25,7 +25,7 @@ check:
golangci-lint run --enable-all ./cmd/... ./pkg/...
docs/docs.go:
swag -v || go get -u github.com/swaggo/swag/cmd/swag
swag -v || go install github.com/swaggo/swag/cmd/swag
swag init -g pkg/api/routes.go
.PHONY: doc