博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
golang vscode工具初始化
阅读量:6690 次
发布时间:2019-06-25

本文共 1447 字,大约阅读时间需要 4 分钟。

hot3.png

go get -u github.com/derekparker/delve/cmd/dlvgo get -u github.com/rogpeppe/godefgo get -u github.com/golang/lint/golintgo get -u github.com/lukehoban/go-find-referencesgo get -u github.com/nsf/gocodego get -u github.com/lukehoban/go-outlinego get -u golang.org/x/tools/cmd/gorenamego get -u github.com/tpng/gopkgsgo get -u github.com/newhook/go-symbolsgo get -u github.com/kardianos/govendorgo get -u github.com/fatih/gomodifytagsgo get -u github.com/josharian/implgo get -u github.com/golang/lint/golintgo get -u github.com/cweill/gotests/...go get -u sourcegraph.com/sqs/goreturnsgo install sourcegraph.com/sqs/goreturnscd $GOPATHmkdir -p $GOPATH/src/golang.org/xcd $GOPATH/src/golang.org/xgit clone https://github.com/golang/crypto.gitgit clone https://github.com/golang/debug.gitgit clone https://github.com/golang/exp.gitgit clone https://github.com/golang/image.gitgit clone https://github.com/golang/mobile.gitgit clone https://github.com/golang/net.gitgit clone https://github.com/golang/perf.gitgit clone https://github.com/golang/playground.gitgit clone https://github.com/golang/review.gitgit clone https://github.com/golang/sync.gitgit clone https://github.com/golang/sys.gitgit clone https://github.com/golang/text.gitgit clone https://github.com/golang/time.gitgit clone https://github.com/golang/tools.gitgit clone https://github.com/golang/tour.gitgo get golang.org/x/tools/cmd/...

 

转载于:https://my.oschina.net/u/659405/blog/1491774

你可能感兴趣的文章
Nancy 学习-身份认证(Basic Authentication) 继续跨平台
查看>>
分享5个主流的HTML5开发工具
查看>>
基于Ionic2的开源项目
查看>>
QEMU-KVM中的多线程压缩迁移技术
查看>>
Android下创建一个SQLite数据库
查看>>
软件产品与代码版本管理指南
查看>>
分析Linux内核创建一个新进程的过程【转】
查看>>
sql如何分组选择显示最新的一条数据
查看>>
周锦民:腾讯在线教育视频互动直播间技术实践
查看>>
[perl] 正则表达式实现多模式匹配
查看>>
class左边nbu 2414 Please help the poor donkey!
查看>>
[转]UML类图、关系及其JAVA代码
查看>>
PhotoShop算法原理解析系列 - 像素化---》碎片。
查看>>
设计模式之责任链模式
查看>>
在 Windows 下安装 Oracle 11g XE (Express Edition)
查看>>
php多态设计
查看>>
oracel SQL多表查询优化
查看>>
Spring-Context的注解实现依赖注入功能
查看>>
CSS格式化 CSS代码压缩工具
查看>>
Android的TextView使用Html来处理图片显示、字体样式、超链接等
查看>>