Imports of package snapshot

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/coreos/bbolt
github.com/coreos/etcd/clientv3clientv3 is the official Go etcd client for v3.
github.com/coreos/etcd/etcdserverPackage etcdserver defines how etcd servers interact and store their states.
github.com/coreos/etcd/etcdserver/etcdserverpbPackage etcdserverpb is a generated protocol buffer package.
github.com/coreos/etcd/etcdserver/membership
github.com/coreos/etcd/lease
github.com/coreos/etcd/mvcc
github.com/coreos/etcd/mvcc/backend
github.com/coreos/etcd/pkg/fileutilPackage fileutil implements utility functions related to files and paths.
github.com/coreos/etcd/pkg/typesPackage types declares various data types and implements type-checking functions.
github.com/coreos/etcd/raftPackage raft sends and receives messages in the Protocol Buffer format defined in the raftpb package.
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/storePackage store defines etcd's in-memory key/value store.
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.
github.com/dustin/go-humanizePackage humanize converts boring ugly numbers to human-friendly strings and back.
go.uber.org/zapPackage zap provides fast, structured, leveled logging.
hash/crc32Package crc32 implements the 32-bit cyclic redundancy check, or CRC-32, checksum.
ioPackage io provides basic interfaces to I/O primitives.
mathPackage math provides basic constants and mathematical functions.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.