update vendor/

This commit is contained in:
Ettore Di Giacinto
2020-11-03 17:21:32 +01:00
parent 25f69d4f1c
commit d7a04465fd
12 changed files with 199 additions and 89 deletions

View File

@@ -230,6 +230,8 @@ func (a and) String() string {
}
func (a and) Eval(model map[string]bool) (res bool) {
res = true
for i, s := range a {
b := s.Eval(model)
if i == 0 {