From 176e95e19b2bd865fa96f3ca9cda730c8d411e57 Mon Sep 17 00:00:00 2001 From: henson Date: Wed, 24 Oct 2012 12:34:16 +0800 Subject: [PATCH] =?UTF-8?q?1.4=E5=A2=9E=E5=8A=A0Eclipse=EF=BC=8C=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E6=8E=92=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1.4.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/1.4.md b/1.4.md index 54762f90..f5665191 100644 --- a/1.4.md +++ b/1.4.md @@ -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/)并按要求装好