The go mod init command creates a go.mod file to track your code's dependencies. So far, the file includes only the name of your module and the Go version your ...
確定! 回上一頁