Imports of package testutils

PathSynopsis
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/coreos/etcd/raftPackage raft sends and receives messages in the Protocol Buffer format defined in the raftpb package.
github.com/docker/swarmkit/apiPackage api is a generated protocol buffer package.
github.com/docker/swarmkit/ca
github.com/docker/swarmkit/ca/testutils
github.com/docker/swarmkit/identityPackage identity provides functionality for generating and manager identifiers within swarm.
github.com/docker/swarmkit/manager/healthPackage health provides some utility functions to health-check a server.
github.com/docker/swarmkit/manager/state/raft
github.com/docker/swarmkit/manager/state/store
github.com/pivotal-golang/clock/fakeclock
github.com/stretchr/testify/assertPackage assert provides a set of comprehensive testing tools for use with the normal Go testing system.
github.com/stretchr/testify/requirePackage require implements the same assertions as the `assert` package but stops test execution when a test fails.
golang.org/x/net/contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
io/ioutilPackage ioutil implements some I/O utility functions.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
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.
testingPackage testing provides support for automated testing of Go packages.
timePackage time provides functionality for measuring and displaying time.