const text/template/parse.rightComment

3 uses

	text/template/parse (current package)
		lex.go#L241: 	rightComment = "*/"
		lex.go#L317: 	i := strings.Index(l.input[l.pos:], rightComment)
		lex.go#L321: 	l.pos += Pos(i + len(rightComment))