Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
aziule committed Jul 27, 2020
1 parent bc57203 commit 484ed9d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,13 @@ character-range:

### Examples

| file 👇 pattern 👉 | foo.go | *.go | ba?.go |
|-----------|--------|------|--------|
| foo.go ||| 🚫 |
| bar.go | 🚫 |||
| baz.go | 🚫 |||
| something | 🚫 | 🚫 | 🚫 |
| file 👇 pattern 👉 | foo.go | *.go | ba?.go | *_test.go |
|--------------------|--------|------|--------|-----------|
| foo.go ||| 🚫 | 🚫 |
| bar.go | 🚫 ||| 🚫 |
| baz.go | 🚫 ||| 🚫 |
| a_test.go | 🚫 || 🚫 ||
| something | 🚫 | 🚫 | 🚫 | 🚫 |

## Roadmap

Expand Down

0 comments on commit 484ed9d

Please sign in to comment.