Imports of package testsuites

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
crypto/sha1Package sha1 implements the SHA-1 hash algorithm as defined in RFC 3174.
github.com/docker/distribution/registry/storage/driver
gopkg.in/check.v1
ioPackage io provides basic interfaces to I/O primitives.
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.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
sortPackage sort provides primitives for sorting slices and user-defined collections.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
testingPackage testing provides support for automated testing of Go packages.
timePackage time provides functionality for measuring and displaying time.