5 lines
68 B
Makefile
5 lines
68 B
Makefile
PHONY: docs
|
|
|
|
docs:
|
|
swag init -g cmd/backend/main.go --output docs/
|