Introduction to Golang configuration in vscode

Release: 2019-11-25 13:25:57
forward
3054 people have browsed it

Introduction to Golang configuration in vscode

Golang configuration in vscode:

1. Configure GOPROXY Scientific Internet

set GOPROXY="https://goproxy.io"
Copy after login

Introduction to Golang configuration in vscode

Configure proxy address port

http://127.0.0.1:1080   // 端口一般为1080
Copy after login

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 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!

Related labels:
source:jianshu.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template