diff --git a/Makefile b/Makefile index b18f8d7..9af71c3 100644 --- a/Makefile +++ b/Makefile @@ -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