1 2 3 4 5 6 7
package algora import "github.com/gorilla/websocket" type ChatConn struct { *websocket.Conn }