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 install honnef.co/go/js/dom/v2@latest yields an error message:
build constraints exclude all Go files in /Users/sergehulne/go/bin/pkg/mod/honnef.co/go/js/dom/v2@v2.0.0-20210725211120-f030747120f2
The text was updated successfully, but these errors were encountered:
That is not the correct way of using this module. You want go get: https://golang.org/ref/mod#go-get
go get
Sorry, something went wrong.
No branches or pull requests
go install honnef.co/go/js/dom/v2@latest yields an error message:
The text was updated successfully, but these errors were encountered: