goimports fixed this

This commit is contained in:
joeyak 2019-03-20 21:25:01 -04:00
parent 990060fb31
commit f456da937b
1 changed files with 1 additions and 1 deletions

View File

@ -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"),