File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- # Expr [ ![ Build Status] ( https://travis-ci.org/antonmedv/expr.svg?branch=master )] ( https://travis-ci.org/antonmedv/expr ) [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/antonmedv/expr/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/antonmedv/expr/?branch=master )
1
+ # Expr [ ![ Build Status] ( https://travis-ci.org/antonmedv/expr.svg?branch=master )] ( https://travis-ci.org/antonmedv/expr ) [ ![ Go Report Card ] ( https://goreportcard.com/badge/github.com/antonmedv/expr )] ( https://goreportcard.com/report/github.com/antonmedv/expr ) [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/antonmedv/expr/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/antonmedv/expr/?branch=master )
2
2
3
3
Expr is an engine that can evaluate expressions.
4
4
@@ -124,7 +124,7 @@ expression := `Request.User.UserAgent matches "Firefox" && "www" in Values(Reque
124
124
node , err := expr.Parse (expression, expr.Names (" Request" ), expr.Funcs (" Values" ))
125
125
```
126
126
127
- Only ` Request ` and ` Values ` will bbe available inside expression, otherwise parse error.
127
+ Only ` Request ` and ` Values ` will be available inside expression, otherwise parse error.
128
128
129
129
### Printing
130
130
Compiled ast can be compiled back to string expression using _ String()_ :
You can’t perform that action at this time.
0 commit comments