go mod init packagename 可以创建一个空的 go.mod ,然后你可以在其中增加 require github.com/smallnest/rpcx latest 依赖,或者像上面一样让go自动发现 ...
確定! 回上一頁