Imports of example command

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/uber-go/tally
github.com/uber-go/tally/m3
github.com/uber-go/tally/m3/customtransports
github.com/uber-go/tally/m3/thrift/v1
github.com/uber-go/tally/thirdparty/github.com/apache/thrift/lib/go/thrift
gopkg.in/validator.v2
gopkg.in/yaml.v2Package yaml implements YAML support for the Go language.
io/ioutilPackage ioutil implements some I/O utility functions.
logPackage log implements a simple logging package.
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.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.