开启go module支持# golang1.11 需要手动开启,golang1.12之后默认会开启$ export GO111MODULE=on # 设置 ... 下载第三方库$ go get -v golang.org/x/net/websocket .
確定! 回上一頁