Imports of toy command

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.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/go-sql-driver/mysqlPackage mysql provides a MySQL driver for Go's database/sql package.
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
github.com/google/trillianPackage trillian contains the generated protobuf code for the Trillian API.
github.com/google/trillian/crypto/sigpb
github.com/google/trillian/merkle
github.com/google/trillian/merkle/maphasher
github.com/google/trillian/storagePackage storage provides general interfaces to Trillian storage layers.
github.com/google/trillian/storage/mysqlPackage mysql provides a MySQL-based storage layer implementation.
github.com/google/trillian/testonlyPackage testonly contains code and data that should only be used by tests.
timePackage time provides functionality for measuring and displaying time.