Skip to content

Instantly share code, notes, and snippets.

@victorsteven
Created September 1, 2020 15:39
Show Gist options
  • Save victorsteven/682db8ba0ef6ed16b6f80c0ee588a988 to your computer and use it in GitHub Desktop.
Save victorsteven/682db8ba0ef6ed16b6f80c0ee588a988 to your computer and use it in GitHub Desktop.
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