摘要:
go-install-01-go软件包安装-开发环境配置 1.安装 go 软件包 GO 官网下载: https://golang.org/dl/ Go 官方镜像站:https://golang.google.cn/dl/ GO 语言中文网: https://studygolang.com/dl 1. 阅读全文
摘要:
go-install-02-go模块插件安装 需要预先配置好加速代理 2.安装 go 模块插件 2.1.使用 vscode 在线安装 go 插件 快捷键 ctrl+shift+P 打开命令控制器 输入 go: install 选择 update tools,然后选择所有插件进行安装 2.2.在线安装 阅读全文