errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/uber/tchannel-go | Package 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/hyperbahn | Package hyperbahn is generated code used to make or handle TChannel calls using Thrift. |
github.com/uber/tchannel-go/json | |
github.com/uber/tchannel-go/thrift | Package thrift adds support to use Thrift services over TChannel. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |