xgo/vm/errors.go
2019-01-08 23:17:42 -08:00

7 lines
86 B
Go

package vm
import (
"errors"
)
var ErrStackOverflow = errors.New("stack overflow")