Imports of package googledirectpath

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
google.golang.org/grpc/grpclogPackage grpclog defines logging for grpc.
google.golang.org/grpc/internal/envconfigPackage envconfig contains grpc settings configured by environment variables.
google.golang.org/grpc/internal/googlecloudPackage googlecloud contains internal helpful functions for google cloud.
google.golang.org/grpc/internal/grpclogPackage grpclog provides logging functionality for internal gRPC packages, outside of the functionality provided by the external `grpclog` package.
google.golang.org/grpc/internal/xds/bootstrapPackage bootstrap provides the functionality to initialize certain aspects of an xDS client by reading a bootstrap file.
google.golang.org/grpc/resolverPackage resolver defines APIs for name resolution in gRPC.
google.golang.org/grpc/xdsPackage xds contains an implementation of the xDS suite of protocols, to be used by gRPC client and server applications.
google.golang.org/grpc/xds/internal/xdsclientPackage xdsclient implements a full fledged gRPC client for the xDS API used by the xds resolver and balancer implementations.
ioPackage io provides basic interfaces to I/O primitives.
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.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.