-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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: the go command converts uppercase characters to !+ lowercase characters. #26456
Comments
This appears to be working as intended: go/src/cmd/go/internal/module/module.go Lines 359 to 417 in c54bc34
|
As @magical said, this appears to be working as intended. You need to decode the path before you use it. go/src/cmd/go/internal/module/module.go Line 455 in c54bc34
|
Correct. Per Russ's recent email to golang-dev,
https://groups.google.com/forum/#!topic/golang-dev/a5PqQuBljF4 |
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?go version devel +c54bc34 Thu Jul 19 00:23:07 2018 +0000 linux/amd64
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?What did you do?
I am using the go 1.11 moudle function, I developed a go module proxy and used it by setting the environment variable GOPROXY
What did you expect to see?
the go module proxy can work well.
What did you see instead?
The text was updated successfully, but these errors were encountered: