net.Conn.LocalAddr (method)
4 uses
net (current package)
net.go#L129: LocalAddr() Addr
net/http
h2_bundle.go#L4043: ctx = context.WithValue(ctx, LocalAddrContextKey, c.LocalAddr())
server.go#L1819: ctx = context.WithValue(ctx, LocalAddrContextKey, c.rwc.LocalAddr())
crypto/tls
conn.go#L125: return c.conn.LocalAddr()
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)