var htmlEscaper … func escapeHTML(w io.Writer, s []byte) { … } func escapeAllHTML(w io.Writer, s []byte) { … } func escapeEntities(w io.Writer, s []byte, escapeValidEntities bool) { … } func nodeIsEntity(s []byte, end int) (isEntity bool, endEntityPos int) { … } func escLink(w io.Writer, text []byte) { … }