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/google/btree | Package btree implements in-memory B-Trees of arbitrary degree. |
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/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/lease | |
github.com/coreos/etcd/pkg/adt | |
github.com/coreos/etcd/pkg/schedule | |
github.com/coreos/etcd/storage/backend | Package backend defines a standard interface for etcd's backend storage. |
github.com/coreos/etcd/storage/storagepb | Package storagepb is a generated protocol buffer package. |
log | Package log implements a simple logging package. |
math | Package math provides basic constants and mathematical functions. |
math/rand | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |