Imports of package core

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.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
github.com/google/certificate-transparency-goPackage ct holds core types and utilities for Certificate Transparency.
github.com/google/certificate-transparency-go/clientPackage client is a CT log client implementation and contains types and code for interacting with RFC6962-compliant CT Log instances.
github.com/google/certificate-transparency-go/scannerPackage scanner holds code for iterating through the contents of a CT log.
github.com/google/certificate-transparency-go/trillian/utilPackage util provides general utility functions for the CT personality.
github.com/google/certificate-transparency-go/x509Package x509 parses X.509-encoded keys and certificates.
github.com/google/trillianPackage trillian contains the generated protobuf code for the Trillian API.
github.com/google/trillian/clientPackage client verifies responses from the Trillian log.
github.com/google/trillian/crypto
github.com/google/trillian/merkle
github.com/google/trillian/merkle/rfc6962
github.com/google/trillian/typesPackage types defines serialization and parsing functions for SignedLogRoot fields.
osPackage os provides a platform-independent interface to operating system functionality.
os/signalPackage signal implements access to incoming signals.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
syscallPackage syscall contains an interface to the low-level operating system primitives.