SetDeadline implements net.Conn but is a no-op for the in-memory connection.
(_ time.Time)
| 883 | |
| 884 | // SetDeadline implements net.Conn but is a no-op for the in-memory connection. |
| 885 | func (*testConn) SetDeadline(_ time.Time) error { return nil } |
| 886 | |
| 887 | // SetReadDeadline implements net.Conn but is a no-op for the in-memory connection. |
| 888 | func (*testConn) SetReadDeadline(_ time.Time) error { return nil } |
no outgoing calls