Imports of example command

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/gorilla/handlersPackage handlers is a collection of handlers (aka "HTTP middleware") for use with Go's net/http package (or any framework supporting http.Handler).
github.com/mkevac/debugchartsSimple live charts for memory consumption and GC pauses.
logPackage log implements a simple logging package.
net/httpPackage http provides HTTP client and server implementations.
net/http/pprofPackage pprof serves via its HTTP server runtime profiling data in the format expected by the pprof visualization tool.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
timePackage time provides functionality for measuring and displaying time.