forked from External/ergo
remove unnecessary String()s; rename parse functions
This commit is contained in:
parent
21a86c3216
commit
b0bb0faadc
6 changed files with 93 additions and 185 deletions
|
|
@ -77,9 +77,7 @@ func (client *Client) run() {
|
|||
}
|
||||
|
||||
func (client *Client) connectionTimeout() {
|
||||
client.commands <- &QuitCommand{
|
||||
message: "connection timeout",
|
||||
}
|
||||
client.commands <- NewQuitCommand("connection timeout")
|
||||
}
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue