package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Sep 12, 2015
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Minify minifies XML data, it reads from r and writes to w.
m := minify.New()
m.AddFuncRegexp(regexp.MustCompile("[/+]xml$"), Minify)
if err := m.Minify("text/xml", os.Stdout, os.Stdin); err != nil {
fmt.Println("minify.Minify:", err)
}
Output:
Source Files
¶
Click to show internal directories.
Click to hide internal directories.