func text/template.isRuneInt

2 uses

	text/template (current package)
		exec.go#L507: 		!isHexInt(constant.Text) && !isRuneInt(constant.Text) &&
		exec.go#L524: func isRuneInt(s string) bool {