bytes | Package bytes implements functions for the manipulation of byte slices. |
cloud.google.com/go/bigquery/internal | Package internal is used to manage versioning of the released library. |
cloud.google.com/go/bigquery/internal/query | |
cloud.google.com/go/bigquery/storage/apiv1 | Package storage is an auto-generated package for the BigQuery Storage API. |
cloud.google.com/go/bigquery/storage/apiv1/storagepb | |
cloud.google.com/go/civil | Package civil implements types for civil time, a time-zone-independent representation of time that follows the rules of the proleptic Gregorian calendar with exactly 24-hour days, 60-minute hours, and 60-second minutes. |
cloud.google.com/go/iam | Package iam supports the resource-specific operations of Google Cloud IAM (Identity and Access Management) for the Google Cloud Libraries. |
cloud.google.com/go/iam/apiv1/iampb | |
cloud.google.com/go/internal | |
cloud.google.com/go/internal/detect | Package detect is used find information from the environment. |
cloud.google.com/go/internal/fields | Package fields provides a view of the fields of a struct that follows the Go rules, amended to consider tags and case insensitivity. |
cloud.google.com/go/internal/optional | Package optional provides versions of primitive types that can be nil. |
cloud.google.com/go/internal/trace | |
cloud.google.com/go/internal/uid | Package uid supports generating unique IDs. |
cloud.google.com/go/internal/version | Package version contains version information for Google Cloud Client Libraries for Go, as reported in request headers. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/apache/arrow/go/v11/arrow | |
github.com/apache/arrow/go/v11/arrow/array | |
github.com/apache/arrow/go/v11/arrow/ipc | |
github.com/googleapis/gax-go/v2 | Package gax contains a set of modules which aid the development of APIs for clients and servers based on gRPC and Google API conventions. |
golang.org/x/sync/semaphore | Package semaphore provides a weighted semaphore implementation. |
google.golang.org/api/bigquery/v2 | |
google.golang.org/api/googleapi | |
google.golang.org/api/iterator | |
google.golang.org/api/option | |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
google.golang.org/grpc/codes | Package codes defines the canonical error codes used by gRPC. |
google.golang.org/grpc/status | Package status implements errors returned by gRPC. |
io | Package io provides basic interfaces to I/O primitives. |
math | Package math provides basic constants and mathematical functions. |
math/big | Package big implements arbitrary-precision arithmetic (big numbers). |
math/rand | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
net/http | Package http provides HTTP client and server implementations. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
regexp | Package regexp implements regular expression search. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
time | Package time provides functionality for measuring and displaying time. |
unicode/utf8 | Package utf8 implements functions and constants to support text encoded in UTF-8. |