当前位置:网站首页>Golang sets the domestic image, vscode configures the golang development environment, and vscode debugs the golang code
Golang sets the domestic image, vscode configures the golang development environment, and vscode debugs the golang code
2022-07-27 19:33:00 【Brother rabbit head】
golang Set up domestic image
Use the following command to configure golang Domestic image of go env -w GO111MODULE=ongo env -w GOPROXY=https://goproxy.cn,direct
vscode install golang plug-in unit
1、 Download plug-ins 


Install all tools according to the above prompts
The following prompt indicates success 
2、 Write project code test run 
stay debugconsole View the run results in 
vscode debugging golang Code
Set the breakpoint 
Operation and debugging 
边栏推荐
- Idea optimization strategy
- Role authorization --- complete the addition and deletion of secondary menus by adding and deleting primary menus
- ES6学习笔记(1)——快速入门
- 又有一个Repeater的例子
- Power control
- c语言:11、管道
- Performance analysis of continuous time system (1) - performance index and first and second order analysis of control system
- C language case: password setting and login > clear solution getchar and scanf
- How can I get started quickly when I change my career to soft testing and job hopping to a new company?
- Analysis of Eureka server
猜你喜欢

Analysis of Eureka server

2022 preparation for autumn recruitment 10W word interview sketch PDF version, with operating system and computer network interview questions

Kettle switch / case control to realize classification processing

Rename file with command line

Basic use of Nacos (1) - getting started

c语言:8、makeFile编写

ES6 learning notes (1) - quick start

Nacos的基本使用(1)——入门

Kettle references external scripts to complete phone number cleaning, de duplication and indentation

MySQL learning notes (2) -- stored procedures and stored functions
随机推荐
Sword finger offer17- print from 1 to the maximum n digits - Analog
200行代码快速入门文档型数据库MonogoDB
200 lines of code quick start document database monogodb
我想咨询下,我们的maxcompute spark程序需要访问redis,开发环境和生产环境redi
2022 preparation for autumn recruitment 10W word interview sketch PDF version, with operating system and computer network interview questions
MongoDB学习笔记(1)——安装MongoDB及其相关配置
Anaconda下安装Talib库
kettle 分列、合并记录
kettle JVM内存设置---效果不明显
原厂PW4203降压型1-3节锂电池充电芯片
又有一个Repeater的例子
编程式跳转
C语言打印菱形
低代码实现探索(四十五)业务参数
Basic use of Nacos (1) - getting started
Nacos基本概念和单机部署
一篇让你掌握线程和线程池,还解决了线程安全问题,确定不看看?
ref 关键字的用法
go-zero单体服务使用泛型简化注册Handler路由
c语言:9、main函数中的return