goproxy / goproxy.cn

The most trusted Go module proxy in China.
https://goproxy.cn
MIT License
6.81k stars 393 forks source link

版本号疑问 #47

Closed stonedreamforest closed 4 years ago

stonedreamforest commented 4 years ago

What is the output when you execute the go version command?

$ go version

最新版

What is the output when you execute the go env command?

go env Output
$ go env


What did you do?

为什么下载的版本都带版本号, image

还要一个似乎go编译喜欢在以下位置去索引包

/usr/local/go/src/

/users/local/go/src/

而go get似乎下载在/users/local/go/phg/mod/ 是我环境变量设置问题么。。。

What is the behavior of the bug?

Do you have any guesses?

能去掉版本号吗。。。

stonedreamforest commented 4 years ago

已解决。。。