
小白从头开始go项目
someet1
这个作者很懒,什么都没留下…
展开
-
2020-09-01
go项目无法自动下载第三方依赖包的问题 在github上下载的项目代码,发现goclipse无法自动下载第三方依赖包,需要进入cmd页面,进入项目文件夹,然后执行: go env -w GOPROXY=https://goproxy.cn,direct 然后执行 go mod download下载go.mod文件中的依赖包。 ...原创 2020-09-01 13:00:09 · 100 阅读 · 0 评论 -
goclipse安装
我在网络上找到的各种goclipse安装指南,清一色用的网络地址安装,但是在安装过程中,eclipse会提示安全问题,无法访问。 在这里,可以使用https://github.com/GoClipse/goclipse.github.io/archive/master.zip下载文件,然后解压缩,再用install new software 进行安装,注意要取消勾选Contact all updates sites during installation to find required software选原创 2020-08-22 16:05:02 · 384 阅读 · 0 评论