摘要: go语言有一个获取远程包的工具就是go get,目前go get支持多数开源社区(例如:GitHub、googlecode、bitbucket、Launchpad) 这个命令在内部实际上分成了两步操作:第一步是下载源码包,第二步是执行go install go get github.com/asta 阅读全文
posted @ 2020-07-09 19:21 kylingx 阅读(486) 评论(0) 推荐(0) 编辑