1
0
mirror of https://github.com/mgechev/revive.git synced 2024-11-28 08:49:11 +02:00

Update readme

This commit is contained in:
mgechev 2018-05-29 09:21:18 -07:00
parent 03eef8b31a
commit 4af8ba5e6f
No known key found for this signature in database
GPG Key ID: 3C44F5A2A289C6BB

View File

@ -20,7 +20,7 @@ Here's how `revive` is different from `golint`:
- `Revive` provides more rules compared to `golint`.
- Faster. It runs the rules over each file in a separate goroutine.
_The deformed ears of this Gopher are well known but its so adorable that they are negligible_.
_Keep in mind that in some cases the glob matching may have slightly different behavir compared to [golint](https://github.com/golang/go/issues/8768)_.
## Usage