go build -x -x会列出来go build调用到的所有命令。 ... -race mysrc.go // to run the source file $ go build -race mycmd // to build the command ...
確定! 回上一頁