commit b100beafb50cf4ae85b67250699ac6d0c83a0bba Author: David Fifield david@bamsoftware.com Date: Sat Dec 14 12:17:25 2013 -0800
fmt. --- websocket/websocket.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/websocket/websocket.go b/websocket/websocket.go index dc228d1..5786fdf 100644 --- a/websocket/websocket.go +++ b/websocket/websocket.go @@ -313,7 +313,7 @@ func httpError(w http.ResponseWriter, bufrw *bufio.ReadWriter, code int) { // An implementation of http.Handler with a Config. The ServeHTTP function calls // Callback assuming WebSocket HTTP negotiation is successful. type HTTPHandler struct { - Config *Config + Config *Config Callback func(*WebSocket) }