mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-22 08:48:43 +02:00
chore(swagger): add installation instruction for swaggo in Makefile
This commit is contained in:
1
Makefile
1
Makefile
@@ -148,6 +148,7 @@ push-github:
|
|||||||
git push origin $(shell git rev-parse --abbrev-ref HEAD)
|
git push origin $(shell git rev-parse --abbrev-ref HEAD)
|
||||||
|
|
||||||
gen-swagger:
|
gen-swagger:
|
||||||
|
# go install github.com/swaggo/swag/cmd/swag@latest
|
||||||
swag init --parseDependency --parseInternal --parseFuncBody -g handler.go -d internal/api -o internal/api/v1/docs
|
swag init --parseDependency --parseInternal --parseFuncBody -g handler.go -d internal/api -o internal/api/v1/docs
|
||||||
python3 scripts/fix-swagger-json.py
|
python3 scripts/fix-swagger-json.py
|
||||||
# we don't need this
|
# we don't need this
|
||||||
|
|||||||
Reference in New Issue
Block a user