go mod download, 下载依赖包到本地(默认为GOPATH/pkg/mod 目录). go mod edit, 编辑go.mod 文件. go mod graph, 打印模块依赖图. go mod init, 初始化当前文件夹, ...
確定! 回上一頁