fujiwaram
Results
1
issues of
fujiwaram
Array comparison behavior is changed from v1.10.0. e.g. ```golang func main() { env := map[string]interface{}{ "names": []string{"A", "B"}, } code := `["A", "B"] == names` program, _ := expr.Compile(code, expr.Env(env))...
research