Imports of minify 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/tdewolff/minifyPackage minify relates MIME type to minifiers.
github.com/tdewolff/minify/cssPackage css minifies CSS3 following the specifications at http://www.w3.org/TR/css-syntax-3/.
github.com/tdewolff/minify/htmlPackage html minifies HTML5 following the specifications at http://www.w3.org/TR/html5/syntax.html.
github.com/tdewolff/minify/jsPackage js minifies ECMAScript5.1 following the specifications at http://www.ecma-international.org/ecma-262/5.1/.
github.com/tdewolff/minify/jsonPackage json minifies JSON following the specifications at http://json.org/.
github.com/tdewolff/minify/svgPackage svg minifies SVG1.1 following the specifications at http://www.w3.org/TR/SVG11/.
github.com/tdewolff/minify/xmlPackage xml minifies XML1.0 following the specifications at http://www.w3.org/TR/xml/.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
regexpPackage regexp implements regular expression search.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.