Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
12
type
direct
struct
{}
13
14
// Direct implements Dialer by making network connections directly using net.Dial or net.DialContext.
15
var
Direct = direct{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected