Imports of package testutils

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/base32Package base32 implements base32 encoding as specified by RFC 4648.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
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.
github.com/uber/tchannel-goPackage tchannel implements Go bindings for the TChannel protocol (https://github.com/uber/tchannel).
github.com/uber/tchannel-go/raw
github.com/uber/tchannel-go/relayPackage relay contains relaying interfaces for external use.
github.com/uber/tchannel-go/relay/relaytest
github.com/uber/tchannel-go/testutils/goroutines
github.com/uber/tchannel-go/testutils/thriftarg2test
github.com/uber/tchannel-go/thrift/arg2Package arg2 contains tchannel thrift Arg2 interfaces for external use.
github.com/uber/tchannel-go/tos
go.uber.org/atomicPackage atomic provides simple wrappers around numerics to enforce atomic access.
go.uber.org/multierrPackage multierr allows combining one or more errors together.
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.
ioPackage io provides basic interfaces to I/O primitives.
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.
osPackage os provides a platform-independent interface to operating system functionality.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
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.