Skip to content

Commit

Permalink
Update README.md (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Jan 16, 2023
1 parent 01d3594 commit ec6f29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ https://twitter.com/davecheney/status/871939730761547776
### Exceptions

There are very few exceptions to the global variable rule. This tool will ignore the following patterns:
* Variables with an `Err` prefix
* Variables with an `err` or `Err` prefix that implement the `error` interface
* Variables named `_`
* Variables named `version`
* Variables assigned from `regexp.MustCompile()`
Expand Down

0 comments on commit ec6f29f

Please sign in to comment.