Imports of package utility

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/spannerPackage spanner provides a client for reading and writing to Cloud Spanner databases.
cloud.google.com/go/spanner/apiv1/spannerpb
cloud.google.com/go/spanner/executor/apiv1/executorpb
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.
github.com/golang/protobuf/ptypes/struct
google.golang.org/genproto/googleapis/rpc/status
google.golang.org/grpc/codesPackage codes defines the canonical error codes used by gRPC.
google.golang.org/grpc/statusPackage status implements errors returned by gRPC.
google.golang.org/protobuf/types/known/timestamppbPackage timestamppb contains generated types for google/protobuf/timestamp.proto.
logPackage log implements a simple logging package.
math/bigPackage big implements arbitrary-precision arithmetic (big numbers).
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.