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
+1 -1
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