Imports of package etcdmain

PathSynopsis
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
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/discoveryPackage discovery provides an implementation of the cluster discovery that is used by etcd.
github.com/coreos/etcd/etcdserverPackage etcdserver defines how etcd servers interact and store their states.
github.com/coreos/etcd/etcdserver/etcdhttpPackage etcdhttp provides etcd client and server implementations.
github.com/coreos/etcd/pkg/corsPackage cors handles cross-origin HTTP requests (CORS).
github.com/coreos/etcd/pkg/flagsPackage flags implements command-line flag parsing.
github.com/coreos/etcd/pkg/netutilPackage netutil implements network-related utility functions.
github.com/coreos/etcd/pkg/osutilPackage osutil implements operating system-related utility functions.
github.com/coreos/etcd/pkg/transportPackage transport implements various HTTP transport utilities based on Go net package.
github.com/coreos/etcd/pkg/typesPackage types declares various data types and implements type-checking functions.
github.com/coreos/etcd/proxyPackage proxy implements etcd proxy node.
github.com/coreos/etcd/rafthttpPackage rafthttp implements HTTP transportation layer for etcd/raft pkg.
github.com/coreos/etcd/versionPackage version implements etcd version parsing and contains latest version information.
io/ioutilPackage ioutil implements some I/O utility functions.
logPackage log implements a simple logging package.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated 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.