package
1.1.0
Repository: https://github.com/kelub/minify.git
Documentation: pkg.go.dev

# Functions

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

# Structs

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.