从 go 文档的外观来看,它们看起来好像您必须将正在处理的代码放在 $GOPATH 下——这是正确的吗?
我想在 ~/Documents 下的目录中设置一个测试项目,但是每次我运行时go install example/newmath(如在测试示例中),它都会显示以下内容--
λ MacBook-Air src → go install example/newmath
warning: GOPATH set to GOROOT (/usr/local/go) has no effect
can't load package: package example/newmath: import "example/newmath": cannot find package
这是否意味着我需要重置我的 $GOPATH/$GOROOT?我迷路了。
芜湖不芜
相关分类