Imports of package mockhyperbahn

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/uber/tchannel-goPackage tchannel implements Go bindings for the TChannel protocol (https://github.com/uber/tchannel).
github.com/uber/tchannel-go/hyperbahn
github.com/uber/tchannel-go/hyperbahn/gen-go/hyperbahnPackage hyperbahn is generated code used to make or handle TChannel calls using Thrift.
github.com/uber/tchannel-go/json
github.com/uber/tchannel-go/relayPackage relay contains relaying interfaces for external use.
github.com/uber/tchannel-go/thriftPackage thrift adds support to use Thrift services over TChannel.
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.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.