linting errors: clean it all up

This commit is contained in:
Zach Ramsay
2017-09-21 10:56:42 -04:00
committed by Ethan Buchman
parent b75d4f73e7
commit 8f0237610e
12 changed files with 25 additions and 34 deletions

View File

@ -720,7 +720,7 @@ func (wm *WebsocketManager) WebsocketHandler(w http.ResponseWriter, r *http.Requ
wm.logger.Info("New websocket connection", "remote", con.remoteAddr)
_, err = con.Start() // Blocking
if err != nil {
panic(err)
wm.logger.Error("Error starting connection", "err", err)
}
}