go mod經常使用命令

指定module的根目錄並生成go.mod文件 go mod init example.com/hello 下載並添加依賴到go.mod文件中 go build, go test 查看module下的全部依賴 go list -m all example.com/hello golang.org/x/text v0.3.0 rsc.io/quote v1.5.2 rsc.io/sampler v1
相關文章
相關標籤/搜索