MCPcopy
hub / github.com/golang/net / direct

Struct direct

proxy/direct.go:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type direct struct{}
13
14// Direct implements Dialer by making network connections directly using net.Dial or net.DialContext.
15var Direct = direct{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected