Remove unnecessary type alias

This commit is contained in:
Stanisław Barzowski 2018-01-12 14:54:58 +01:00 committed by Dave Cunningham
parent 7d821fde83
commit 5fc25a6e75

2
vm.go
View File

@ -88,7 +88,7 @@ func (vm *VM) Importer(i Importer) {
vm.importer = i
}
type evalKind = int
type evalKind int
const (
evalKindRegular = iota