We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2db69c5 commit bfdb2a2Copy full SHA for bfdb2a2
README.md
@@ -83,7 +83,7 @@ func main() {
83
fmt.Println(err)
84
os.Exit(1)
85
}
86
- validateResult, err := validator.NewPolicyEval().EvaluatePolicy("example", []string{"deny"}, string(policy), string(data))
+ validateResult, err := validator.NewPolicyEval().EvaluatePolicy([]string{"deny"}, string(policy), string(data))
87
if err != nil {
88
89
0 commit comments