Last active
September 10, 2022 16:47
-
-
Save patrykorwat/8273503074898360b263aeaa6aa1fa33 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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