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
cmd/go: downloaded module missing a source file #30396
Comments
(CC @jayconrod) All of the missing declarations from that error message come from Were you by any chance using this version of If not, please save your main module's |
I would be especially interested to know: |
I have had previous version's of Go installed but no concurrent invocations of go cmd. The go clean -modcache did fix it, I have the archive if you are interested |
Yes, please do attach the archive. (It probably won't have any new clues, but you never know...) |
Here you go |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
Program compiles
What did you see instead?
Tried go get golang.org/x/sys and build still fails
The text was updated successfully, but these errors were encountered: