Skip to content

Instantly share code, notes, and snippets.

@patrykorwat
Last active September 10, 2022 16:47
Show Gist options
  • Save patrykorwat/8273503074898360b263aeaa6aa1fa33 to your computer and use it in GitHub Desktop.
Save patrykorwat/8273503074898360b263aeaa6aa1fa33 to your computer and use it in GitHub Desktop.
install_tools:
go install github.com/swaggo/swag/cmd/swag@latest
go install golang.org/x/tools/cmd/stringer
go install github.com/vektra/mockery/v2@latest
go install github.com/kyleconroy/sqlc/cmd/sqlc@latest
generate:
go generate ./...
test:
go test ./...
# The rest of you commands go here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment