http://golang.org/doc/install/source 第一步:
windows 安装 git
第二步
$ git clone https://go.googlesource.com/go
$ cd go
$ git checkout go1.4.1 保持*姿势
D:\Program Files (x86)\Git\bin>git clone https://go.googlesource.com/go
Cloning into 'go'...
remote: Sending approximately 75.85 MiB ...
remote: Counting objects: 7223, done
remote: Finding sources: 100% (1687/1687)
remote: Total 218178 (delta 177931), reused 217880 (delta 177931)
Receiving objects: 100% (218178/218178), 70.72 MiB | 301.00 KiB/s, done.
Resolving deltas: 100% (178325/178325), done.
Checking connectivity... done.
Checking out files: 100% (4887/4887), done.
第一步:
下载 go 安装包
https://golang.org/dl/
解决问题的过程 帖子推荐使用此版本
这是干嘛用的? Community Edition ideaIC-14.1.4.exe
答:社区版 提供最少的功能
有人推荐使用intellj +golang插件(虽然不是最佳实践,本着少装ide的原则尝试一下)
看了各种帖子(还有12年的),尝试了多种方法都没有搞成功,孟架构的说法是国内的帖子是误导的(有道理,这是必然的,没有官方的实效更新)
直接看官网 https://github.com/go-lang-plugin-org/go-lang-idea-plugin
- alpha: https://plugins.jetbrains.com/plugins/alpha/5047 alpha代表稳定版?
使用最新版
选择这个库来搜 “go” 然后 install plugin
intellij + go plugin 开发环境搞定!