.PHONY: run build test tidy swag run: go run ./cmd/server build: swag go build -o bin/server ./cmd/server test: go test ./... tidy: go mod tidy swag: swag init -g cmd/server/main.go -o docs --parseDependency --parseGoList