Imports of etcd-dump-logs 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/coreos/etcd/etcdserver/etcdserverpbPackage etcdserverpb is a generated protocol buffer package.
github.com/coreos/etcd/pkg/pbutilPackage pbutil defines interfaces for handling Protocol Buffer objects.
github.com/coreos/etcd/pkg/typesPackage types declares various data types and implements type-checking functions.
github.com/coreos/etcd/raft/raftpbPackage raftpb is a generated protocol buffer package.
github.com/coreos/etcd/snapPackage snap stores raft nodes' states with snapshots.
github.com/coreos/etcd/walPackage wal provides an implementation of a write ahead log that is used by etcd.
github.com/coreos/etcd/wal/walpbPackage walpb is a generated protocol buffer package.
logPackage log implements a simple logging package.
pathPackage path implements utility routines for manipulating slash-separated paths.
timePackage time provides functionality for measuring and displaying time.