Merge pull request #19 from HewlettPackard/issue17

Fix exclude documentation
This commit is contained in:
Grant Murphy 2016-07-26 21:54:43 -07:00 committed by GitHub
commit 0dd7ec9c3c

View file

@ -53,7 +53,7 @@ Gas will ignore paths that match a supplied pattern via
Multiple patterns can be specified as follows:
```
$ gas -exclude tests* -exclude *_example.go ./...
$ gas -exclude=tests* -exclude=*_example.go ./...
```
#### Annotating code