Small comment update

This commit is contained in:
Dmitry K 2023-03-19 03:23:49 +03:00 committed by Jack Christensen
parent b2b4fbcf57
commit 1298a835bc

View File

@ -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
} }