Imports of package remote

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/onsi/ginkgo/configGinkgo accepts a number of configuration options.
github.com/onsi/ginkgo/internal/spec_iterator
github.com/onsi/ginkgo/internal/writer
github.com/onsi/ginkgo/reportersGinkgo's Default Reporter
github.com/onsi/ginkgo/reporters/stenographer
github.com/onsi/ginkgo/types
ioPackage io provides basic interfaces to I/O primitives.
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.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.