-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The quickstart tutorial is not working #2641
Comments
I was following the getting started from the docs https://gqlgen.com/getting-started/ Running |
I was able to run the command by setting specific version Using |
Added `go mod tidy` in quick start guide to address issues like 99designs#2717, 99designs#2651, 99designs#2641, 99designs#2614 and 99designs#2576
Added `go mod tidy` in quick start guide to address issues like 99designs#2717, 99designs#2651, 99designs#2641, 99designs#2614 and 99designs#2576
Added `go mod tidy` in quick start guide to address issues like 99designs#2717, 99designs#2651, 99designs#2641, 99designs#2614 and 99designs#2576
What happened?
I'm following the guide in Getting Started page. This is the error when I execute
go run github.com/99designs/gqlgen init
:I'm standing in my project root with a
go.mod
file:What did you expect?
I expect it to work.
Minimal graphql.schema and models to reproduce
versions
go run github.com/99designs/gqlgen version
?Error when running:
go version
?Answer:
go version go1.18.3 windows/amd64
The text was updated successfully, but these errors were encountered: