-
Notifications
You must be signed in to change notification settings - Fork 18k
golang.org/x/net: XML syntax error #69886
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
Comments
that's not a version we support. |
Well gee, thanks for your help, NOT! |
@abcbarryn On this issue tracker please follow the code of conduct. Please be respectful and polite. To install from source, see https://go.dev/doc/install/source. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Go version
go version go1.4.3 linux/amd64
Output of
go env
in your module/workspace:What did you do?
go get -v golang.org/x/net
What did you see happen?
Fetching https://golang.org/x/net?go-get=1
Parsing meta tags from https://golang.org/x/net?go-get=1 (status code 200)
import "golang.org/x/net": parsing golang.org/x/net: XML syntax error on line 7: unexpected end element
package golang.org/x/net: unrecognized import path "golang.org/x/net"
What did you expect to see?
success download and install golang.org/x/net
The text was updated successfully, but these errors were encountered: