var net/http.LocalAddrContextKey
4 uses
net/http (current package)
h2_bundle.go#L4190: 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())
golang.org/x/net/http2
server.go#L536: ctx = context.WithValue(ctx, http.LocalAddrContextKey, c.LocalAddr())
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)