1
1
# Expr
2
- [ ![ test] ( https://github.com/antonmedv /expr/actions/workflows/test.yml/badge.svg )] ( https://github.com/antonmedv /expr/actions/workflows/test.yml )
3
- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/antonmedv /expr )] ( https://goreportcard.com/report/github.com/antonmedv /expr )
2
+ [ ![ test] ( https://github.com/expr-lang /expr/actions/workflows/test.yml/badge.svg )] ( https://github.com/expr-lang /expr/actions/workflows/test.yml )
3
+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/expr-lang /expr )] ( https://goreportcard.com/report/github.com/expr-lang /expr )
4
4
[ ![ Fuzzing Status] ( https://oss-fuzz-build-logs.storage.googleapis.com/badges/expr.svg )] ( https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:expr )
5
- [ ![ GoDoc] ( https://godoc.org/github.com/antonmedv /expr?status.svg )] ( https://godoc.org/github.com/antonmedv /expr )
5
+ [ ![ GoDoc] ( https://godoc.org/github.com/expr-lang /expr?status.svg )] ( https://godoc.org/github.com/expr-lang /expr )
6
6
7
7
** Expr** is a Go-centric expression language designed to deliver dynamic configurations with unparalleled accuracy, safety, and speed.
8
8
@@ -53,7 +53,7 @@ Here are its standout features:
53
53
## Install
54
54
55
55
```
56
- go get github.com/antonmedv /expr
56
+ go get github.com/expr-lang /expr
57
57
```
58
58
59
59
## Documentation
@@ -80,7 +80,7 @@ package main
80
80
81
81
import (
82
82
" fmt"
83
- " github.com/antonmedv /expr"
83
+ " github.com/expr-lang /expr"
84
84
)
85
85
86
86
func main () {
@@ -113,7 +113,7 @@ package main
113
113
114
114
import (
115
115
" fmt"
116
- " github.com/antonmedv /expr"
116
+ " github.com/expr-lang /expr"
117
117
)
118
118
119
119
type Tweet struct {
@@ -165,8 +165,8 @@ func main() {
165
165
* [ Visually.io] ( https://visually.io ) employs Expr as a business rule engine for its personalization targeting algorithm.
166
166
* [ Akvorado] ( https://github.com/akvorado/akvorado ) utilizes Expr to classify exporters and interfaces in network flows.
167
167
168
- [ Add your company too] ( https://github.com/antonmedv /expr/edit/master/README.md )
168
+ [ Add your company too] ( https://github.com/expr-lang /expr/edit/master/README.md )
169
169
170
170
## License
171
171
172
- [ MIT] ( https://github.com/antonmedv /expr/blob/master/LICENSE )
172
+ [ MIT] ( https://github.com/expr-lang /expr/blob/master/LICENSE )
0 commit comments