VSCode开发调试Go程序

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

内容简介: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

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


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

查看所有标签

猜你喜欢:

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

Learning PHP 5

Learning PHP 5

David Sklar / O'Reilly / July, 2004 / $29.95

Learning PHP 5 is the ideal tutorial for graphic designers, bloggers, and other web crafters who want a thorough but non-intimidating way to understand the code that makes web sites dynamic. The book ......一起来看看 《Learning PHP 5》 这本书的介绍吧!

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具