Imports of package flight

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/apache/arrow/go/v15/arrowPackage arrow provides an implementation of Apache Arrow.
github.com/apache/arrow/go/v15/arrow/arrayPackage array provides implementations of various Arrow array types.
github.com/apache/arrow/go/v15/arrow/arrioPackage arrio exposes functions to manipulate records, exposing and using interfaces not unlike the ones defined in the stdlib io package.
github.com/apache/arrow/go/v15/arrow/flight/gen/flight
github.com/apache/arrow/go/v15/arrow/internal/debugPackage debug provides APIs for conditional runtime assertions and debug logging.
github.com/apache/arrow/go/v15/arrow/ipc
github.com/apache/arrow/go/v15/arrow/memoryPackage memory provides support for allocating and manipulating memory at a low level.
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.
ioPackage io provides basic interfaces to I/O primitives.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
os/signalPackage signal implements access to incoming signals.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
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.