dousuohe5882 2016-07-30 23:04
浏览 54
已采纳

如何将Samba服务器位置用于GOPATH?

I am trying to set my GOPATH to a shared network folder. When I enter

export GOPATH=smb://path/to/shared/folder

I get:

go: GOPATH entry is relative; must be absolute path: "smb".
Run 'go help gopath' for usage.

I've also tried to prefix the path w/ "/" but then it tries to make a folder in root.

thx!

  • 写回答

2条回答 默认 最新

查看更多回答(1条)

报告相同问题?