File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535
3636## go clean
3737
38- 这个命令是用来移除当前源码包里面编译的文件的 。这些文件包括
38+ 这个命令是用来移除当前源码包里面编译生成的文件 。这些文件包括
3939
4040 _obj/ 旧的object目录,由Makefiles遗留
4141 _test/ 旧的test目录,由Makefiles遗留
4848 DIR.test(.exe) 由go test -c产生
4949 MAINFILE(.exe) 由go build MAINFILE.go产生
5050
51- 我一般都是利用这个命令进行清除编译文件 ,然后github递交源码,在本机测试的时候这些编译文件都是和系统相关的,但是对于源码管理来说没必要
51+ 我一般都是利用这个命令清除编译文件 ,然后github递交源码,在本机测试的时候这些编译文件都是和系统相关的,但是对于源码管理来说没必要
5252
5353## go fmt
5454
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ Vim是从vi发展出来的一个文本编辑器, 代码补全、编译及错误
8383
8484 go get -u github.com/nsf/gocode
8585
86- gocode默认安装到`$GOPATH/bin `下面,需要把`$GOPATH/bin`路径设置到系统`$PATH`里面 。
86+ gocode默认安装到`$GOBIN `下面。
8787
8888 4 . 配置[ Gocode] ( https://github.com/nsf/gocode/ )
8989
@@ -121,7 +121,7 @@ Emacs传说中的神器,她不仅仅是一个编辑器,它是一个整合环
121121
122122 go get -u github.com/nsf/gocode
123123
124- gocode默认安装到`$GOPATH/bin `里面下面,需要把`$GOPATH/bin`路径设置到系统`$PATH`里面 。
124+ gocode默认安装到`$GOBIN `里面下面。
125125
126126 3 . 配置[ Gocode] ( https://github.com/nsf/gocode/ )
127127
You can’t perform that action at this time.
0 commit comments