package app import ( "github.com/coder/websocket" ) type Listener struct { conn *websocket.Conn }