現在go mod 會預設走proxy.golang.org 去抓取最新的資料,但是要抓私有的,就需要透過其他方式: 1 go env -w GOPRIVATE=github.com/appleboy 上面代表 ...
確定! 回上一頁