mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-15 12:18:11 -07:00
remove unnecessary String()s; rename parse functions
This commit is contained in:
+1
-3
@@ -77,9 +77,7 @@ func (client *Client) run() {
|
||||
}
|
||||
|
||||
func (client *Client) connectionTimeout() {
|
||||
client.commands <- &QuitCommand{
|
||||
message: "connection timeout",
|
||||
}
|
||||
client.commands <- NewQuitCommand("connection timeout")
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user