go mod init. A go.mod file will be created inside with the name of your project directory as the module and the version of Go you are using.
確定! 回上一頁