diff --git a/Makefile b/Makefile index c9fb2c4..6ba8ac9 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,9 @@ format-frontend: format-backend: gofmt -w -s . +swagger: + swag init -d cmd/pomme/,internal/ + .PHONY: lint lint-frontend lint-backend lint: lint-frontend lint-backend