Skip to content
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

Update Getting Started for 0.8 and Go Modules #553

Merged
merged 6 commits into from
Feb 18, 2019
Merged

Conversation

mathewbyrne
Copy link
Contributor

This updates the Getting Started documentation to work with Go Modules and the 0.8 release in general.

We decided to keep the dep documentation around for now in case people aren't ready to upgrade to Go Modules. But the addition of Go Modules simplifies the setup and execution a lot, however it now makes less sense to deprecate the binary, so it is reintroduced here.

@@ -1,4 +1,4 @@
package gqlgen
package api
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I started by moving this into codegen, but it caused an import loop between plugin and codegen. I've moved it here for now, do you have another suggestion?

Copy link
Collaborator

@vektah vektah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Love to see getting started getting shorter.

@mathewbyrne mathewbyrne merged commit 56163b4 into next Feb 18, 2019
@vektah vektah deleted the getting-started-0.8 branch March 4, 2019 05:01
cgxxv pushed a commit to cgxxv/gqlgen that referenced this pull request Mar 25, 2022
Update Getting Started for 0.8 and Go Modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants