You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.