如果当前目录里有go.mod 文件,就使用go modules,否则使用旧的GOPATH 和vendor 机制,因为在modules 机制下go get 只会下载go modules,这一行为会在以后版本中成为 ...
確定! 回上一頁