remove newline

This commit is contained in:
Miek Gieben 2013-11-01 09:51:50 +00:00
parent 81fb20e093
commit 9b15d749d8
1 changed files with 0 additions and 1 deletions

View File

@ -293,7 +293,6 @@ func DialTimeout(network, address string, timeout time.Duration) (conn *Conn, er
return nil, err
}
return conn, nil
}
// Close implements the net.Conn Close method.