我们使用该go-socket.io包运行套接字服务器,我们需要使用握手查询数据对用户进行身份验证。在node.js我们使用的代码如下:authDataString = socket.handshake.query.authData;我们需要在 Go 中做一些类似的事情。 查看完整描述