Imports of package managedwriter

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
cloud.google.com/go/bigquery/internalPackage internal is used to manage versioning of the released library.
cloud.google.com/go/bigquery/storage/apiv1Package storage is an auto-generated package for the BigQuery Storage API.
cloud.google.com/go/bigquery/storage/apiv1/storagepb
cloud.google.com/go/internal/detectPackage detect is used find information from the environment.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/google/uuidPackage uuid generates and inspects UUIDs.
github.com/googleapis/gax-go/v2Package gax contains a set of modules which aid the development of APIs for clients and servers based on gRPC and Google API conventions.
github.com/googleapis/gax-go/v2/apierrorPackage apierror implements a wrapper error for parsing error details from API calls.
go.opencensus.io/statsPackage stats contains support for OpenCensus stats recording.
go.opencensus.io/stats/viewPackage view contains support for collecting and exposing aggregates over stats.
go.opencensus.io/tagPackage tag contains OpenCensus tags.
golang.org/x/sync/semaphorePackage semaphore provides a weighted semaphore implementation.
google.golang.org/api/option
google.golang.org/api/option/internaloption
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
google.golang.org/grpc/codesPackage codes defines the canonical error codes used by gRPC.
google.golang.org/grpc/metadataPackage metadata define the structure of the metadata supported by gRPC library.
google.golang.org/grpc/statusPackage status implements errors returned by gRPC.
google.golang.org/protobuf/protoPackage proto provides functions operating on protocol buffer messages.
google.golang.org/protobuf/types/descriptorpb
google.golang.org/protobuf/types/known/wrapperspb
hash/crc32Package crc32 implements the 32-bit cyclic redundancy check, or CRC-32, checksum.
ioPackage io provides basic interfaces to I/O primitives.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
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.
timePackage time provides functionality for measuring and displaying time.