Imports of findlog command

PathSynopsis
cryptoPackage crypto collects common cryptographic constants.
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
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/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/loglist
github.com/google/certificate-transparency-go/x509utilPackage x509util includes utility code for working with X.509 certificates from the x509 package.
io/ioutilPackage ioutil implements some I/O utility functions.
net/httpPackage http provides HTTP client and server implementations.
timePackage time provides functionality for measuring and displaying time.