We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b16e3 commit 7dacb58Copy full SHA for 7dacb58
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