This commit is contained in:
Liang Ding 2014-09-17 14:52:13 +08:00
parent 930eada3ab
commit c2720742da
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ func (*conf) GetIDEStub() string {
return getGOBIN() + "ide_stub"
}
// 获取 GOBIN 路径,末尾带路径分隔符.
func getGOBIN() string {
ret := os.Getenv("GOBIN")
if "" != ret {