Imports of example command

PathSynopsis
encoding/hexPackage hex implements hexadecimal encoding and decoding.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/GeertJohan/go.rice
github.com/davecgh/go-spew/spewPackage spew implements a deep pretty printer for Go data structures to aid in debugging.
logPackage log implements a simple logging package.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
text/templatePackage template implements data-driven templates for generating textual output.