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
- <p align =" center " ><img src =" docs/images/logo-small.png " width =" 150 " alt =" expr logo " ></p >
2
-
3
1
# Expr
4
2
[ ![ Build Status] ( https://travis-ci.org/antonmedv/expr.svg?branch=master )] ( https://travis-ci.org/antonmedv/expr )
5
3
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/antonmedv/expr )] ( https://goreportcard.com/report/github.com/antonmedv/expr )
6
4
[ ![ Code Coverage] ( https://scrutinizer-ci.com/g/antonmedv/expr/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/antonmedv/expr/?branch=master )
7
5
[ ![ GoDoc] ( https://godoc.org/github.com/antonmedv/expr?status.svg )] ( https://godoc.org/github.com/antonmedv/expr )
8
6
7
+ <img src =" docs/images/logo-small.png " width =" 150 " alt =" expr logo " align =" right " >
8
+
9
9
** Expr** package provides an engine that can compile and evaluate expressions.
10
10
An expression is a one-liner that returns a value (mostly, but not limited to, booleans).
11
11
It is designed for simplicity, speed and safety.
You can’t perform that action at this time.
0 commit comments