Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我得到错误go install: no install location for directory。
go install: no install location for directory
我的$GOPATH环境变量设置得很好。我遇到的问题是我不想在我的 go 工作区中开发。还是这是我唯一的选择?
$GOPATH
我有一个 git repo 坐在其他地方,我想在那里工作,如果二进制文件被编译成$GOPATH那很好 - 但我希望能够从任意目录编译/运行构建。
我不希望其他合作者必须将 repo 克隆到他们的 go 工作区中?这对我来说似乎是一个严重的限制。
任何一个:
它不是。这正是“去工作区”的用途。