Imports of package endpointsharding

PathSynopsis
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
google.golang.org/grpc/balancerPackage balancer defines APIs for load balancing in gRPC.
google.golang.org/grpc/balancer/basePackage base defines a balancer base that can be used to build balancers with different picking algorithms.
google.golang.org/grpc/balancer/pickfirstPackage pickfirst contains the pick_first load balancing policy.
google.golang.org/grpc/balancer/pickfirst/pickfirstleafPackage pickfirstleaf contains the pick_first load balancing policy which will be the universal leaf policy after dualstack changes are implemented.
google.golang.org/grpc/connectivityPackage connectivity defines connectivity semantics.
google.golang.org/grpc/internal/balancer/gracefulswitchPackage gracefulswitch implements a graceful switch load balancer.
google.golang.org/grpc/internal/envconfigPackage envconfig contains grpc settings configured by environment variables.
google.golang.org/grpc/resolverPackage resolver defines APIs for name resolution in gRPC.
google.golang.org/grpc/serviceconfigPackage serviceconfig defines types and methods for operating on gRPC service configs.
math/rand/v2Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.