There are a few backwards incompatible changes in v0.0.12. Here's a guide to quickly resolving the issues.
The simplest migration is to use eval.Run() instead of eval.New(). eval.Run() exists in both v0.0.11 and v0.0.12 and is unaffected by the changes.
func main() {