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/Godeps/_workspace/src/google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
github.com/coreos/etcd/client | Package client provides bindings for the etcd APIs. |
github.com/coreos/etcd/clientv3 | clientv3 is the official Go etcd client for v3. |
github.com/coreos/etcd/etcdserver | Package etcdserver defines how etcd servers interact and store their states. |
github.com/coreos/etcd/etcdserver/api/v3rpc | |
github.com/coreos/etcd/etcdserver/etcdhttp | Package etcdhttp provides etcd client and server implementations. |
github.com/coreos/etcd/etcdserver/etcdserverpb | Package etcdserverpb is a generated protocol buffer package. |
github.com/coreos/etcd/pkg/testutil | Package testutil provides test utility functions. |
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/rafthttp | Package rafthttp implements HTTP transportation layer for etcd/raft pkg. |
io/ioutil | Package ioutil implements some I/O utility 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. |
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/http/httptest | Package httptest provides utilities for HTTP testing. |
os | Package os provides a platform-independent interface to operating system functionality. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
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/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
testing | Package testing provides support for automated testing of Go packages. |
time | Package time provides functionality for measuring and displaying time. |