Hi,
I created a small Go package named "GoHTML", which formats (pretty-prints) HTML source codes.
I had to add an HTML pretty-print feature on
Gold, which is an HTML template engine for Go
but I could not find a Go package to format HTML source codes completely.
For this reason, I decided to create this package.
If you have to format HTML source codes in Go, please think of using this package.
Regards,
Keiji