diff --git a/vm.go b/vm.go index 44c812a..add1628 100644 --- a/vm.go +++ b/vm.go @@ -88,7 +88,7 @@ func (vm *VM) Importer(i Importer) { vm.importer = i } -type evalKind = int +type evalKind int const ( evalKindRegular = iota