var net/http.LocalAddrContextKey
3 uses
net/http (current package)
h2_bundle.go#L4043: ctx = context.WithValue(ctx, LocalAddrContextKey, c.LocalAddr())
server.go#L244: LocalAddrContextKey = &contextKey{"local-addr"}
server.go#L1819: ctx = context.WithValue(ctx, LocalAddrContextKey, c.rwc.LocalAddr())
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)