Fix ident

This commit is contained in:
Thomas Jager 2015-07-31 08:29:20 +02:00
parent 414fe0a201
commit 8b3e6a50ac

View File

@ -23,7 +23,7 @@ type Connection struct {
Timeout time.Duration Timeout time.Duration
PingFreq time.Duration PingFreq time.Duration
KeepAlive time.Duration KeepAlive time.Duration
Server string Server string
socket net.Conn socket net.Conn
pwrite chan string pwrite chan string