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
go mod init https://git.sr.ht/~example/foo.bar go run github.com/99designs/gqlgen init go build # many errors
These characters are valid for use in module URLs, so gqlgen should rewrite them to something suitable for its identifiers.
gqlgen version
go version
The text was updated successfully, but these errors were encountered:
Replace ~ with א in package names
9b823a3
Fixes 99designs#1136
c4148d4
Successfully merging a pull request may close this issue.
What happened?
What did you expect?
These characters are valid for use in module URLs, so gqlgen should rewrite them to something suitable for its identifiers.
gqlgen version
? 0.11.3go version
? 1.14.1 linux/amd64The text was updated successfully, but these errors were encountered: