VSCode开发调试Go程序

栏目: Go · 发布时间: 4年前

内容简介:1. 由于网络原因需要手动下载项目库golang需要安装net和tools库,在github.com/golang下下载包https://github.com/golang/net.git

1. 由于网络原因需要手动下载项目库

golang需要安装net和tools库,在github.com/golang下下载包

https://github.com/golang/net.git

https://github.com/golang/tools.git

https://github.com/golang/lint.git

https://github.com/golang/text.git

2. 解压到对应的目录下运行安装

go install github.com/mdempsky/gocode

go install github.com/ramya-rao-a/go-outline

go install github.com/acroca/go-symbols

go install golang.org/x/tools/cmd/guru

go install golang.org/x/tools/cmd/gorename

go install github.com/derekparker/delve/cmd/dlv

go install github.com/sqs/goreturns

go install github.com/golang/lint/golint

3. 关于调试功能

delve程序在windows下的安装只支持64位操作系统,所以需要对应安装64位的 Go 环境包

---------------------

作者:Yamg2021

来源:CSDN

原文:https://blog.csdn.net/myroom1990/article/details/81137242

版权声明:本文为博主原创文章,转载请附上博文链接!


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Web Security Testing Cookbook

Web Security Testing Cookbook

Paco Hope、Ben Walther / O'Reilly Media / 2008-10-24 / USD 39.99

Among the tests you perform on web applications, security testing is perhaps the most important, yet it's often the most neglected. The recipes in the Web Security Testing Cookbook demonstrate how dev......一起来看看 《Web Security Testing Cookbook》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具