Cleanup: fix 'vet' warning from socketio-poc

This commit is contained in:
Sybren A. Stüvel 2022-02-28 13:01:52 +01:00
parent 194422d9fa
commit ba5585461b

View File

@ -37,7 +37,7 @@ func socketIOServer() *gosocketio.Server {
}) })
sio.On(gosocketio.OnError, func(c *gosocketio.Channel) { sio.On(gosocketio.OnError, func(c *gosocketio.Channel) {
log.Warn().Interface("c", *c).Msg("socketio error") log.Warn().Interface("c", c).Msg("socketio error")
}) })
// chat socket // chat socket