Skip to content

Commit

Permalink
fields matching (EqF, LtF ...)
Browse files Browse the repository at this point in the history
  • Loading branch information
covrom committed Jan 29, 2018
1 parent 1f42c01 commit 3a61a18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ Here are some common Matchers:
```go
// Equality
q.Eq("Name", John)
q.EqF("NameField", "SecondNameField")

// Strictly greater than
q.Gt("Age", 7)
Expand Down

0 comments on commit 3a61a18

Please sign in to comment.