From d4c4bc1a8a692488c28bbf117eb7144dac83de08 Mon Sep 17 00:00:00 2001 From: yangwenmai Date: Tue, 17 Apr 2018 15:32:22 +0800 Subject: [PATCH] update --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed6871c..a588bfe 100644 --- a/README.md +++ b/README.md @@ -113,15 +113,19 @@ ### 1. Vim -MacVim + vim-go +[MacVim](https://github.com/macvim-dev/macvim) + [vim-go](https://github.com/fatih/vim-go) + +[Golang 开发环境搭建-Vim篇 by Tonybai](https://tonybai.com/2014/11/07/golang-development-environment-for-vim/) ### 2. 文本编辑器 + 插件 -Visual Studio Code、Sublime Text 3、Atom +[Visual Studio Code](https://code.visualstudio.com)、[Sublime Text 3](https://www.sublimetext.com/3)、[Atom](https://atom.io) + +安装 Go 插件方法很简单,这里就不介绍了。 ### 3. IDE -IntelliJ idea + Go Plugin、Goland、LiteIDE +IntelliJ idea + Go Plugin、[Goland](https://www.jetbrains.com/go/)、[LiteIDE](https://github.com/visualfc/liteide) ----