码迷,mamicode.com
首页 > 其他好文 > 详细

Golang常见问题汇总

时间:2020-07-10 00:13:21      阅读:53      评论:0      收藏:0      [点我收藏+]

标签:title   bsp   div   import   com   dir   clone   tle   hub   

  在开始使用golang的时候,经常会遇到各种问题,总结在此

 

1.

unrecognized import path "golang.org/x/..

golang 在 github 上建立了一个镜像库,下载github上的镜像库放入GOPATH下即可

mkdir -p $GOPATH/src/golang.org/x
cd $GOPATH/src/golang.org/x
git clone https://github.com/golang/sync.git
git clone https://github.com/golang/crypto.git
git clone https://github.com/golang/sys.git

 

Golang常见问题汇总

标签:title   bsp   div   import   com   dir   clone   tle   hub   

原文地址:https://www.cnblogs.com/xingxia/p/go_problems.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!