GO111MODULE=auto, 默認模式,在這模式下要使用go module, 需要滿足兩個條件. 該專案目錄不在GOPATH/src/下; 當前或上一層目錄存在go.mod檔案 ...
確定! 回上一頁