go mod init — creates a new module, initializing the go.mod file that describes the module. At the start, it will only add the module path and go version in ...
確定! 回上一頁