net/http.loggingConn.LocalAddr (method, view implemented interface methods)

4 uses

	net/http (current package)
		h2_bundle.go#L4043: 	ctx = context.WithValue(ctx, LocalAddrContextKey, c.LocalAddr())
		server.go#L1819: 	ctx = context.WithValue(ctx, LocalAddrContextKey, c.rwc.LocalAddr())

	net
		net.go#L129: 	LocalAddr() Addr

	crypto/tls
		conn.go#L125: 	return c.conn.LocalAddr()