var github.com/google/safehtml/template.tagEndSeparators

2 uses

	github.com/google/safehtml/template (current package)
		transition.go#L199: 	tagEndSeparators    = []byte("> \t\n\f/")
		transition.go#L228: 			if len(s) > 0 && bytes.IndexByte(tagEndSeparators, s[0]) != -1 {