Add swag as dev tool

This commit is contained in:
eikendev 2021-11-01 23:31:56 +01:00
parent a664852d51
commit a8e93f1762
No known key found for this signature in database
GPG key ID: A1BDB1B28C8EF694

View file

@ -17,4 +17,5 @@ test:
.PHONY: setup
setup:
go install github.com/fzipp/gocyclo/cmd/gocyclo@latest
go install github.com/swaggo/swag/cmd/swag@latest
go install honnef.co/go/tools/cmd/staticcheck@latest