Imports of package minify

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
errorsPackage errors implements functions to manipulate errors.
github.com/tdewolff/parsePackage parse contains a collection of parsers for various formats in its subpackages.
github.com/tdewolff/parse/buffer
github.com/tdewolff/parse/strconv
ioPackage io provides basic interfaces to I/O primitives.
mimePackage mime implements parts of the MIME spec.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
os/execPackage exec runs external commands.
pathPackage path implements utility routines for manipulating slash-separated paths.
regexpPackage regexp implements regular expression search.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.