Go+VS Code环境配置
Go+VS Code环境配置
一、安装 VS Code
官网下载: Visual Studio Code - Code Editing. Redefined
安装后打开 VS Code。
二、 安装 Go 语言
官网入口: All releases - The Go Programming Language
直接选择对应系统的文件(见下表)。
操作系统 | 架构 | 推荐下载文件 | 文件类型 |
Windows | 64 位 | go1.24.4.windows-amd64.msi | 安装程序(推荐) |
32 位 | go1.24.4.windows-386.msi | 安装程序 | |
macOS | Intel | go1.24.4.darwin-amd64.pkg |