Golang configuration 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 PInput: Go: Install/Update ToolsCheck all and click OKgolang tutorial column.
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!