Home>Article>Backend Development> Introduction to Golang configuration in vscode
Golangconfiguration in vscode:
1. Configure GOPROXY Scientific Internet
set GOPROXY="https://goproxy.io"
Configure proxy address port
http://127.0.0.1:1080 // 端口一般为1080
Port view:
Install the Go plug-in
##Install the Go toolkit
Use shortcut key: CTRL SHIFT P Input: Go: Install/Update Tools Check all and click OK For more golang knowledge, please pay attention to thegolang 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!