encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
expvar | Package expvar provides a standardized interface to public variables, such as operation counters in servers. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/coreos/etcd/Godeps/_workspace/src/github.com/jonboulle/clockwork | |
github.com/coreos/etcd/Godeps/_workspace/src/golang.org/x/net/context | Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes. |
github.com/coreos/etcd/error | error package describes errors in etcd project. |
github.com/coreos/etcd/etcdserver | Package etcdserver defines how etcd servers interact and store their states. |
github.com/coreos/etcd/etcdserver/etcdhttp/httptypes | Package httptypes defines how etcd's HTTP API entities are serialized to and deserialized from JSON. |
github.com/coreos/etcd/etcdserver/etcdserverpb | Package etcdserverpb is a generated protocol buffer package. |
github.com/coreos/etcd/etcdserver/stats | Package stats defines a standard interface for etcd cluster statistics. |
github.com/coreos/etcd/pkg/metrics | |
github.com/coreos/etcd/pkg/types | Package types declares various data types and implements type-checking functions. |
github.com/coreos/etcd/raft | Package raft sends and receives messages in the Protocol Buffer format defined in the raftpb package. |
github.com/coreos/etcd/rafthttp | Package rafthttp implements HTTP transportation layer for etcd/raft pkg. |
github.com/coreos/etcd/store | Package store defines etcd's in-memory key/value store. |
github.com/coreos/etcd/version | Package version implements etcd version parsing and contains latest version information. |
io/ioutil | Package ioutil implements some I/O utility functions. |
log | Package log implements a simple logging package. |
math | Package math provides basic constants and mathematical functions. |
net/http | Package http provides HTTP client and server implementations. |
net/url | Package url parses URLs and implements query escaping. |
path | Package path implements utility routines for manipulating slash-separated paths. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |