| 1898 | } |
| 1899 | |
| 1900 | type lowWriteBufferDialer struct{} |
| 1901 | |
| 1902 | func (d *lowWriteBufferDialer) Dial(network, address string) (net.Conn, error) { |
| 1903 | c, err := net.Dial(network, address) |
nothing calls this directly
no outgoing calls
no test coverage detected