Imports of package integration

PathSynopsis
fmtPackage 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/contextPackage 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/grpcPackage grpc implements an RPC system called gRPC.
github.com/coreos/etcd/clientPackage client provides bindings for the etcd APIs.
github.com/coreos/etcd/clientv3clientv3 is the official Go etcd client for v3.
github.com/coreos/etcd/etcdserverPackage etcdserver defines how etcd servers interact and store their states.
github.com/coreos/etcd/etcdserver/api/v3rpc
github.com/coreos/etcd/etcdserver/etcdhttpPackage etcdhttp provides etcd client and server implementations.
github.com/coreos/etcd/etcdserver/etcdserverpbPackage etcdserverpb is a generated protocol buffer package.
github.com/coreos/etcd/pkg/testutilPackage testutil provides test utility functions.
github.com/coreos/etcd/pkg/transportPackage transport implements various HTTP transport utilities based on Go net package.
github.com/coreos/etcd/pkg/typesPackage types declares various data types and implements type-checking functions.
github.com/coreos/etcd/rafthttpPackage rafthttp implements HTTP transportation layer for etcd/raft pkg.
io/ioutilPackage ioutil implements some I/O utility functions.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
net/http/httptestPackage httptest provides utilities for HTTP testing.
osPackage os provides a platform-independent interface to operating system functionality.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
testingPackage testing provides support for automated testing of Go packages.
timePackage time provides functionality for measuring and displaying time.