bytes | Package bytes implements functions for the manipulation of byte slices. |
github.com/tdewolff/buffer | |
github.com/tdewolff/minify | Package minify relates MIME type to minifiers. |
github.com/tdewolff/minify/css | Package css minifies CSS3 following the specifications at http://www.w3.org/TR/css-syntax-3/. |
github.com/tdewolff/parse | Package parse contains a collection of parsers for various formats in its subpackages. |
github.com/tdewolff/parse/css | Package css is a CSS3 lexer and parser following the specifications at http://www.w3.org/TR/css-syntax-3/. |
github.com/tdewolff/parse/svg | |
github.com/tdewolff/parse/xml | Package xml is an XML1.0 lexer following the specifications at http://www.w3.org/TR/xml/. |
github.com/tdewolff/strconv | |
io | Package io provides basic interfaces to I/O primitives. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |