func text/template.intLike

3 uses

	text/template (current package)
		funcs.go#L165: 	if intLike(value.Kind()) && intLike(argType.Kind()) && value.Type().ConvertibleTo(argType) {
		funcs.go#L172: func intLike(typ reflect.Kind) bool {