go mod edit 用来修改go.mod 文件的包的版本关系。 ... go get会自动下载并安装package,然后更新到go.mod; 使用go get package[@version]来安装指定 ...
確定! 回上一頁