Registry / utility / dchest-htmlmin

dchest-htmlmin

JSON →
library1.2.0gogounverified

Package htmlmin minifies HTML.

go get github.com/dchest/htmlmin
INSTALL
IMPORT
SIG · DCHEST-HTMLMIN
D
dchest-htmlmin
utilitygov1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

htmlmin
github.com/dchest/htmlmin

Minify an HTML string

package main import ( "fmt" "github.com/dchest/htmlmin" ) func main() { minified, _ := htmlmin.Minify([]byte("<html>...</html>")) fmt.Println(string(minified)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
Resources
dchest-htmlmin — go get dchest-htmlmin · libregistry