1.4增加Eclipse,调整排版

This commit is contained in:
henson
2012-10-24 12:34:16 +08:00
parent b87ac513ff
commit 176e95e19b

8
1.4.md
View File

@@ -254,17 +254,17 @@ Eclipse也是非常常用的开发利器以下介绍如何使用Eclipse来编
3.下载gocode用于go的代码补全提示
gocode 的github地址
gocode的github地址
https://github.com/nsf/gocode
要安装git在windows下通常用[msysgit](https://code.google.com/p/msysgit/)
要安装git在windows下通常用[msysgit](https://code.google.com/p/msysgit/)
再在cmd下安装
再在cmd下安装
go get -u github.com/nsf/gocode
也可以下载代码直接用go build来编译会生成gocode.exe
也可以下载代码直接用go build来编译会生成gocode.exe
4.下载[MinGW](http://sourceforge.net/projects/mingw/files/MinGW/)并按要求装好