File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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 )
22
33Expr is an engine that can evaluate expressions.
44
@@ -124,7 +124,7 @@ expression := `Request.User.UserAgent matches "Firefox" && "www" in Values(Reque
124124node , err := expr.Parse (expression, expr.Names (" Request" ), expr.Funcs (" Values" ))
125125```
126126
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.
128128
129129### Printing
130130Compiled ast can be compiled back to string expression using _ String()_ :
You can’t perform that action at this time.
0 commit comments