mirror of
https://github.com/rjNemo/go-microservices-tuto
synced 2026-06-06 02:16:46 +00:00
5 lines
No EOL
186 B
Makefile
5 lines
No EOL
186 B
Makefile
install:
|
|
which swagger || GO111MODULE=off go get -u github.com/go-swagger/go-swagger/cmd/swagger
|
|
|
|
swagger: install
|
|
GO111MODULE=off swagger generate spec -o ./swagger.yaml --scan-models
|