diff --git a/1.4.md b/1.4.md index 99fae557..5b30cb69 100644 --- a/1.4.md +++ b/1.4.md @@ -83,7 +83,7 @@ Vim是从vi发展出来的一个文本编辑器, 代码补全、编译及错误 go get -u github.com/nsf/gocode - gocode默认安装到`$GOPATH/bin`下面,需要把`$GOPATH/bin`路径设置到系统`$PATH`里面。 + gocode默认安装到`$GOBIN`下面。 4. 配置[Gocode](https://github.com/nsf/gocode/) @@ -121,7 +121,7 @@ Emacs传说中的神器,她不仅仅是一个编辑器,它是一个整合环 go get -u github.com/nsf/gocode - gocode默认安装到`$GOPATH/bin`里面下面,需要把`$GOPATH/bin`路径设置到系统`$PATH`里面。 + gocode默认安装到`$GOBIN`里面下面。 3. 配置[Gocode](https://github.com/nsf/gocode/)