From f456da937b270693fed08200f1cae38916db60cd Mon Sep 17 00:00:00 2001 From: joeyak Date: Wed, 20 Mar 2019 21:25:01 -0400 Subject: [PATCH] goimports fixed this --- handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers.go b/handlers.go index 0819419..2589c0a 100644 --- a/handlers.go +++ b/handlers.go @@ -96,7 +96,7 @@ func wsHandler(w http.ResponseWriter, r *http.Request) { } chatConn := &chatConnection{ - Conn: conn, + Conn: conn, // If the server is behind a reverse proxy (eg, Nginx), look // for this header to get the real IP address of the client. forwardedFor: r.Header.Get("X-Forwarded-For"),