Skip to content

Commit 159b17f

Browse files
authored
Update README.md
1 parent 72c0aec commit 159b17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Inspired by
2424
## Features
2525

2626
* Works with any valid Go object (structs, maps, etc)
27-
* Static and dynamic typing
27+
* Static and dynamic typing ([example](https://godoc.org/github.com/antonmedv/expr#example-Define))
2828
```go
2929
p, err := expr.Parse("groups[0].Title + user.Age", expr.Define("segments", []Segment{}), expr.Define("user", User{}))
3030
// err: invalid operation: groups[0].Name + user.Age (mismatched types string and int)

0 commit comments

Comments
 (0)