Win10 VSCode搭建Gin环境
一、检查环境配置Go环境配置(关键几项):set GO111MODULE=on
GOMODCACHE=D:\devops\go\pkg\mod
GOPROXY=https://mirrors.aliyun.com/goproxy/
GOPATH=D:\devops\go
GOROOT=D:\Programs\Go
GOVERSION=go1.18.4
二、下载Gin下载gin:PS C:\Users\lam> go install github.com/gin-gonic/gin@latest
go: downloading github.com/gin-gonic/gin ......
<阅读全文>
<阅读全文>