首页 > 【go】sdk + idea-plugin 开发工具安装

【go】sdk + idea-plugin 开发工具安装

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)Gitin>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 开发环境搞定!

 

转载于:https://www.cnblogs.com/viewcozy/p/4617138.html

更多相关:

  • 问题出现的场景: 有个go写的项目,原来是用go vendor来管理依赖包的,现在改为是用go module方式了,转换之后,编译成功,发现了上面的错误。很显然连接kafka集群报错了。 问题的原因: 网上搜了下,很多说是防火墙啥的问题,其实不是。本质原因是,我项目使用的如下kafka客户端库 github.com/Shopi...

  • 详见本博博文 http://blog.csdn.net/tao_627/article/details/79375950 这里只是简单记录一下实操步骤,假定用户为root: wget https://dl.google.com/go/go1.10.linux-amd64.tar.gz tar zxvf go1.10.linux-a...

  • 升级Go新版本的原因 目前Ubuntu 16.04.3上最新的二进制Go版本是1.6.2,运行github上的一个大的go项目,发现context包在go版本1.6以上和以下的import方式有差异 在go1.7及以上版本context包被正式列入官方库中,所以我们只需要import "context"就可以了,而在go1.6及以下版...

  • 1.安装 sudo apt-get install golang-go 目前go的最新版本是1.9.2,但是在Ubuntu 16.04上采用预编译好的包安装的话,只能是go 1.6.x版本。 安装完成之后,查看go的版本号 2.配置环境变量 假定我的go脚本存放在~/program_develop/go_...

  • 1.我在.go文件的当前目录下面运行go install出现下面的错误: go install hello.go go install: no install location for .go files listed on command line (GOBIN not set) 此时设置了GOPATH宏,但是没有GOB...

  • {"moduleinfo":{"card_count":[{"count_phone":1,"count":1}],"search_count":[{"count_phone":4,"count":4}]},"card":[{"des":"阿里技术人对外发布原创技术内容的最大平台;社区覆盖了云计算、大数据、人工智能、IoT、云原生、数...

  • c++ https://www.cnblogs.com/riddick/p/8486223.html python 原理:https://zhuanlan.zhihu.com/p/94244568 代码:https://github.com/1368069096/Calibration_ZhangZhengyou_Met...

  • https://zhuanlan.zhihu.com/p/60962760 https://blog.csdn.net/qq_35644234/article/details/53013738 https://blog.csdn.net/u012285643/article/details/78524758...

  • colmap-3.6-dev工程第三方依赖库 Eigen==3.3.7 https://gitlab.com/libeigen/eigen/-/archive/3.3.7/eigen-3.3.7.zipFreeImage==3.17.0 https://github.com/twnkls/FreeImage-3.17.0-VS...

  • 理论知识和其它实现算法可参考: https://stackoverflow.com/questions/29678510/convert-21-equirectangular-panorama-to-cube-map http://paulbourke.net/dome/dualfish2sphere/ 如果着急输出Cub...

  • /*覆盖半透明黑色*/ :after { /*父元素需要 position: relative;*/content: '';background: rgba(0, 0, 0, 0.38);position: absolute;left: 0;top: 0;width: 100%;height: 100%; }...