bytes | Package bytes implements functions for the manipulation of byte slices. |
encoding/gob | Package gob manages streams of gobs - binary values exchanged between an Encoder (transmitter) and a Decoder (receiver). |
errors | Package errors implements functions to manipulate errors. |
flag | Package flag implements command-line flag parsing. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
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/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/rafthttp | Package rafthttp implements HTTP transportation layer for etcd/raft pkg. |
github.com/coreos/etcd/wal | Package wal provides an implementation of a write ahead log that is used by etcd. |
github.com/coreos/etcd/wal/walpb | Package walpb is a generated protocol buffer package. |
io/ioutil | Package ioutil implements some I/O utility functions. |
log | Package log implements a simple logging package. |
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. |
os | Package os provides a platform-independent interface to operating system functionality. |
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. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |