Imports of package bigquery

PathSynopsis
cloud.google.com/go/civilPackage 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/internal
cloud.google.com/go/internal/atomiccache
cloud.google.com/go/internal/fieldsPackage 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/optionalPackage optional provides versions of primitive types that can be nil.
cloud.google.com/go/internal/versionPackage version contains version information for Google Cloud Client Libraries for Go, as reported in request headers.
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/googleapis/gax-goPackage 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/net/contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
google.golang.org/api/bigquery/v2
google.golang.org/api/googleapi
google.golang.org/api/iterator
google.golang.org/api/option
google.golang.org/api/transport/http
ioPackage io provides basic interfaces to I/O primitives.
net/httpPackage http provides HTTP client and server implementations.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
regexpPackage regexp implements regular expression search.
strconvPackage strconv implements conversions to and from string representations of basic data types.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.