make swag now works with the new cmd pathing
This commit is contained in:
parent
228e08fef3
commit
2b6ab134d9
2
makefile
2
makefile
@ -19,7 +19,7 @@ migrate-dev-down: ## revert sql migrations to dev db
|
|||||||
|
|
||||||
swag: ## Generates the swagger documentation with the swag tool
|
swag: ## Generates the swagger documentation with the swag tool
|
||||||
~/go/bin/swag f
|
~/go/bin/swag f
|
||||||
~/go/bin/swag i
|
~/go/bin/swag init -g cmd/server.go
|
||||||
|
|
||||||
gensql: ## Generates SQL code with sqlc
|
gensql: ## Generates SQL code with sqlc
|
||||||
sqlc generate
|
sqlc generate
|
Loading…
Reference in New Issue
Block a user