MCPcopy Index your code
hub / github.com/tdewolff/minify / Minifier

Struct Minifier

xml/xml.go:21–23  ·  view source on GitHub ↗

Minifier is an XML minifier.

Source from the content-addressed store, hash-verified

19
20// Minifier is an XML minifier.
21type Minifier struct {
22 KeepWhitespace bool
23}
24
25// Minify minifies XML data, it reads from r and writes to w.
26func Minify(m *minify.M, w io.Writer, r io.Reader, params map[string]string) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected