bytes | Package bytes implements functions for the manipulation of byte slices. |
encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
errors | Package errors implements functions to manipulate errors. |
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/coreos/go-semver/semver | |
github.com/coreos/etcd/Godeps/_workspace/src/github.com/coreos/pkg/capnslog | |
github.com/coreos/etcd/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus | Package prometheus provides embeddable metric primitives for servers and standardized exposition of telemetry through a web services interface. |
github.com/coreos/etcd/Godeps/_workspace/src/github.com/xiang90/probing | |
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/etcdserver/stats | Package stats defines a standard interface for etcd cluster statistics. |
github.com/coreos/etcd/pkg/httputil | Package httputil provides HTTP utility functions. |
github.com/coreos/etcd/pkg/ioutil | Package ioutil implements I/O utility functions. |
github.com/coreos/etcd/pkg/logutil | Package logutil includes utilities to facilitate logging. |
github.com/coreos/etcd/pkg/pbutil | Package pbutil defines interfaces for handling Protocol Buffer objects. |
github.com/coreos/etcd/pkg/transport | Package transport implements various HTTP transport utilities based on Go net package. |
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/raft/raftpb | Package raftpb is a generated protocol buffer package. |
github.com/coreos/etcd/snap | Package snap stores raft nodes' states with snapshots. |
github.com/coreos/etcd/version | Package version implements etcd version parsing and contains latest version information. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
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. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |