Created
September 1, 2020 15:39
-
-
Save victorsteven/682db8ba0ef6ed16b6f80c0ee588a988 to your computer and use it in GitHub Desktop.
This file contains 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
init: | |
go run github.com/99designs/gqlgen init | |
generate: | |
go run github.com/99designs/gqlgen && go run ./app/models/model_tags/model_tags.go | |
run: | |
go run main.go | |
test: | |
go test -v ./... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment