fix lint
This commit is contained in:
parent
3061d33062
commit
306a0979b2
3 changed files with 9 additions and 2 deletions
|
|
@ -5,7 +5,12 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
ErrClosed = errors.New("sonic connection is closed")
|
||||
// ErrClosed is throw when an error with the sonic server
|
||||
// come from the state of the connection.
|
||||
ErrClosed = errors.New("sonic connection is closed")
|
||||
|
||||
// ErrChanName is throw when the channel name is not supported
|
||||
// by sonic server.
|
||||
ErrChanName = errors.New("invalid channel name")
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue