Cleanup: fix 'vet' warning from socketio-poc
This commit is contained in:
parent
194422d9fa
commit
ba5585461b
@ -37,7 +37,7 @@ func socketIOServer() *gosocketio.Server {
|
||||
})
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user