Imports of example command

PathSynopsis
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/goji/param
github.com/zenazn/gojiPackage goji provides an out-of-box web server with reasonable defaults.
github.com/zenazn/goji/webPackage web provides a fast and flexible middleware stack and mux.
github.com/zenazn/goji/web/middlewarePackage middleware provides several standard middleware implementations.
ioPackage io provides basic interfaces to I/O primitives.
net/httpPackage http provides HTTP client and server implementations.
regexpPackage regexp implements regular expression search.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.