Add instal-swag target to Makefile

This commit is contained in:
qowevisa 2024-08-06 22:54:24 +03:00
parent ecdc3b235c
commit e7c4327fce

View File

@ -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