package
2.9.32
Repository: https://github.com/lpha/minify.git
Documentation: pkg.go.dev

# Functions

Minify minifies XML data, it reads from r and writes to w.
NewTokenBuffer returns a new TokenBuffer.

# Variables

DefaultMinifier is the default minifier.
EntitiesMap are all named character entities.
TextRevEntitiesMap is a map of escapes.

# Structs

Minifier is an XML minifier.
Token is a single token unit with an attribute value (if given) and hash of the data.
TokenBuffer is a buffer that allows for token look-ahead.