Home>Article>Backend Development> Introduction to Golang configuration in vscode

Introduction to Golang configuration in vscode

尚
forward
2019-11-25 13:25:41 2975browse

Introduction to Golang configuration in vscode

Golangconfiguration in vscode:

1. Configure GOPROXY Scientific Internet

set GOPROXY="https://goproxy.io"

Introduction to Golang configuration in vscode

Configure proxy address port

http://127.0.0.1:1080 // 端口一般为1080

Port view:

Introduction to Golang configuration in vscode

Introduction to Golang configuration in vscode

Install the Go plug-in

Introduction to Golang configuration in vscode

##Install the Go toolkit

Use shortcut key: CTRL SHIFT P

Input: Go: Install/Update Tools

Check all and click OK

Introduction to Golang configuration in vscode

Introduction to Golang configuration in vscode

For more golang knowledge, please pay attention to the

golang tutorialcolumn.

The above is the detailed content of Introduction to Golang configuration in vscode. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:jianshu.com. If there is any infringement, please contact admin@php.cn delete