通过 go mod init MODULE_NAME 来初始化一个想要建立的Module, 比如下面这样: $ go mod init github.com/jtianling/goModule go: creating new ...
確定! 回上一頁