Closed
Description
by uberjack:
The html/template package has a very handy "stripTags" function (http://golang.org/src/pkg/html/template/html.go) that's currently unexported. This function does state-based html stripping which would be very useful as a general-purpose feature. It would be great to have this function be exported in future releases.