PaesslerAG/gval

lazy evaluation

mschmidt4 opened this issue · 1 comments

I am evaluating " a && b " with map[string]interface{}{"a":true} and i'm getting false in result instead of err result.

I remember that in some cases the function return the following err:

can not evaluate a && b: unknown parameter b

Sorry, there was a problem in the code!
Thxs!