Improve expr types, add r/w locking
This commit is contained in:
+1
-1
@@ -103,6 +103,6 @@ func eval(e string, p interface{}) {
|
||||
if err != nil {
|
||||
fmt.Printf("error: %v", err)
|
||||
} else {
|
||||
fmt.Printf("%+v", result)
|
||||
fmt.Printf("%+v", UntypedValue(result))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user