We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 998dd12 commit 9616cd3Copy full SHA for 9616cd3
Makefile
@@ -52,7 +52,7 @@ lint: ## Run linter
52
.PHONY: docs
53
docs: ## Generate swagger docs
54
@go install github.com/swaggo/swag/cmd/swag@v1.16.2
55
- @swag init -o docs -d internal/server -g server.go -pd
+ @swag init -o docs -d pkg/server -g server.go -pd
56
57
.PHONY: db-migrations
58
db-migrations: ## Run the migrations for the database
0 commit comments