Closed
Description
There is a very handy "stripTags" function in html/template
(http://golang.org/src/pkg/html/template/html.go) that's currently unexported(go 1.9.2). I cannot understand why such a useful function is unexported.
There is a very handy "stripTags" function in html/template
(http://golang.org/src/pkg/html/template/html.go) that's currently unexported(go 1.9.2). I cannot understand why such a useful function is unexported.