Reading List
Stubbing degenerate network conditions in Go with `DialFunc` and `net.Conn` from Fragments — brandur.org RSS feed.
Stubbing degenerate network conditions in Go with `DialFunc` and `net.Conn`
Using
DialFunc
to return a minimal stub for net.Conn
that can simulate hard-to-reproduce conditions like an error on Close
.