Imports of commit_log command

PathSynopsis
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/trillian/docs/storage/commit_log/signerPackage signer is a sample implementation of a commit-log based signer.
github.com/google/trillian/docs/storage/commit_log/simelectionPackage simelection simulates a master election.
github.com/google/trillian/docs/storage/commit_log/simkafkaPackage simkafka is a toy simulation of a Kafka commit log.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
timePackage time provides functionality for measuring and displaying time.