This commit is contained in:
parent
930eada3ab
commit
c2720742da
|
@ -99,6 +99,7 @@ func (*conf) GetIDEStub() string {
|
||||||
return getGOBIN() + "ide_stub"
|
return getGOBIN() + "ide_stub"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 获取 GOBIN 路径,末尾带路径分隔符.
|
||||||
func getGOBIN() string {
|
func getGOBIN() string {
|
||||||
ret := os.Getenv("GOBIN")
|
ret := os.Getenv("GOBIN")
|
||||||
if "" != ret {
|
if "" != ret {
|
||||||
|
|
Loading…
Reference in New Issue