gofmt
This commit is contained in:
parent
15ff0e08f2
commit
a691554234
@ -18,9 +18,9 @@ type ListenerService struct {
|
||||
|
||||
closed bool
|
||||
shouldRestart bool
|
||||
restMu sync.Mutex
|
||||
restMu sync.Mutex
|
||||
|
||||
errorsMu sync.Mutex
|
||||
errorsMu sync.Mutex
|
||||
sendErrors bool
|
||||
}
|
||||
|
||||
|
@ -56,7 +56,6 @@ func (c *Client) Open() error {
|
||||
c.msgs <- msg
|
||||
}
|
||||
|
||||
|
||||
close(c.msgs)
|
||||
close(c.err)
|
||||
}()
|
||||
|
Reference in New Issue
Block a user