From e6063959f8b8039784336ce0468d3153c3ce3e54 Mon Sep 17 00:00:00 2001 From: Oling Cat Date: Thu, 1 Nov 2012 16:47:32 +0800 Subject: [PATCH] fixed indentaions again --- 1.4.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/1.4.md b/1.4.md index f810f2d5..cd68e901 100644 --- a/1.4.md +++ b/1.4.md @@ -250,19 +250,19 @@ Eclipse也是非常常用的开发利器,以下介绍如何使用Eclipse来编 2.下载[goeclipse](https://code.google.com/p/goclipse/)插件 - http://code.google.com/p/goclipse/wiki/InstallationInstructions + http://code.google.com/p/goclipse/wiki/InstallationInstructions 3.下载gocode,用于go的代码补全提示 gocode的github地址: - https://github.com/nsf/gocode + https://github.com/nsf/gocode 在windows下要安装git,通常用[msysgit](https://code.google.com/p/msysgit/) 再在cmd下安装: - go get -u github.com/nsf/gocode + go get -u github.com/nsf/gocode 也可以下载代码,直接用go build来编译,会生成gocode.exe @@ -270,7 +270,7 @@ gocode的github地址: 5.配置插件 - Windows->Reference->Go + Windows->Reference->Go (1).配置Go的编译器