encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
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/bgentry/speakeasy | |
github.com/coreos/etcd/Godeps/_workspace/src/github.com/codegangsta/cli | Package cli provides a minimal framework for creating and organizing command line Go applications. |
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/client | Package client provides bindings for the etcd APIs. |
github.com/coreos/etcd/etcdserver/etcdserverpb | Package etcdserverpb is a generated protocol buffer package. |
github.com/coreos/etcd/pkg/idutil | Package idutil implements utility functions for generating unique, randomized ids. |
github.com/coreos/etcd/pkg/pathutil | Package pathutil implements utility functions for handling slash-separated paths. |
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/snap | Package snap stores raft nodes' states with snapshots. |
github.com/coreos/etcd/store | Package store defines etcd's in-memory key/value store. |
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 | Package io provides basic interfaces to I/O primitives. |
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. |
os/exec | Package exec runs external commands. |
os/signal | Package signal implements access to incoming signals. |
path | Package path implements utility routines for manipulating slash-separated paths. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary 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. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
time | Package time provides functionality for measuring and displaying time. |