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

2 uses

	github.com/google/safehtml/template (current package)
		transition.go#L29: var commentEnd = []byte("-->")
		transition.go#L191: 	if i := bytes.Index(s, commentEnd); i != -1 {