mirror of
https://github.com/jackc/pgx.git
synced 2025-04-27 21:25:53 +00:00
Small comment update
This commit is contained in:
parent
b2b4fbcf57
commit
1298a835bc
@ -81,6 +81,6 @@ func (c *NetConn) realNonblockingRead(b []byte) (n int, err error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (c *NetConn) SetBlockingMode(blocking bool) error {
|
func (c *NetConn) SetBlockingMode(blocking bool) error {
|
||||||
// for UNIX do nothing
|
// Do nothing on UNIX systems
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user