readme: Fix closeConn function example.

This commit is contained in:
Vladimir Mihailenco 2012-08-11 17:55:19 +03:00
parent 054708fdb8
commit 49f3b6a2c5
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ Example 2:
closeConn := func(conn io.ReadWriteCloser) error {
fmt.Println("Disconnecting...")
conn.Close()
return nil
}