Skip to content

Commit

Permalink
Add swag command in go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: Kairo de Araujo <kairo@dearaujo.nl>
  • Loading branch information
kairoaraujo committed Nov 28, 2023
1 parent 18f4d4c commit 75c0e1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rest-api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ check_swag:
which swag || GO111MODULE=off go get -u github.com/swaggo/swag/cmd/swag

doc: check_swag
go install github.com/swaggo/swag/cmd/swag@latest
swag init --output ../docs/ -parseDependency=true

test-doc:
Expand Down

0 comments on commit 75c0e1a

Please sign in to comment.