为什么我输入websocket只有没有自动引入包github.com/gorilla/websocket呢
打开cmd,输入go get github.com/gorilla/websocket
如果你使用mod方式管理,在第一次使用这个包的时候,需要先拉下来,以后在使用就会自动导入包了!