We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 issue template is irrelevant, so I deleted it. Would it be beneficial to use goreleaser? If so, I can shoot a PR over
The text was updated successfully, but these errors were encountered:
The hard part here isn't building a binary, its making sure the generated code is importing the same version of gqlgen that was used to generate it.
Using gorunpkg means you don't need to install the binary at all, just use the one in vendor so they can never be out of sync.
Maybe there could be a separate binary that does Skeleton generation and sets up dep correctly then calls into gqlgen to do the generation?
Sorry, something went wrong.
No branches or pull requests
The issue template is irrelevant, so I deleted it. Would it be beneficial to use goreleaser? If so, I can shoot a PR over
The text was updated successfully, but these errors were encountered: