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())