diff --git a/Makefile b/Makefile index eaad03d..ff49781 100644 --- a/Makefile +++ b/Makefile @@ -13,3 +13,6 @@ swagger: cloc-api: cloc ./cmd/http-server/ ./db/ ./handlers/ ./types/ ./middleware/ ./utils/ ./tokens/ + +install-swag: + go install github.com/swaggo/swag/cmd/swag@latest