在PowerShell中執行: 進入 GOPATH 目錄中執行
$env:GOPROXY = "https://goproxy.cn"
$Env:GO111MODULE="on"
go get github.com/robfig/cron/v3@v3.0.0
D:\code\go\pkg\mod\github.com
在PowerShell中執行: 進入 GOPATH 目錄中執行
$env:GOPROXY = "https://goproxy.cn"
$Env:GO111MODULE="on"
go get github.com/robfig/cron/v3@v3.0.0
D:\code\go\pkg\mod\github.com