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
Following the release of v3.1.0 you are unable to import the project when using Go modules.
Previously in the v3.0.0 release, the addition of +incompatible within the go.mod would allow importing as this project was not a go module.
+incompatible
go.mod
However, now that the project contains a go.mod you are unable to use the +incompatible functionality to import the project.
See releasing-modules-v2-or-higher for the options on how to handle this.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Following the release of v3.1.0 you are unable to import the project when using Go modules.
Previously in the v3.0.0 release, the addition of
+incompatible
within thego.mod
would allow importing as this project was not a go module.However, now that the project contains a
go.mod
you are unable to use the+incompatible
functionality to import the project.See releasing-modules-v2-or-higher for the options on how to handle this.
The text was updated successfully, but these errors were encountered: