# README
HTML minifier. (Also optionally minifies embedded scripts and styles).
- Docs: http://godoc.org/github.com/dchest/htmlmin
- License: see LICENSE file (BSD-like)
Alternatives
- github.com/tdewolff/minify is a more complete solution for all of your minifying needs.
# Functions
Minify returns minified version of the given HTML data.
# Variables
No description provided by the author