diff --git a/README.md b/README.md index ef9fae0..77ef6d1 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,11 @@ More examples in [tests](https://github.com/Antonboom/errname/blob/master/pkg/an ## Assumptions +
+ Click to expand + +
+ - Only package level variables (and constants) are checked. - Initialisms are ignored. As a result, all identifiers in a single case are ignored: @@ -139,6 +144,8 @@ type ValidationErrors []string func (ve ValidationErrors) Error() string { /*...*/ } ``` +
+ ## Large projects examples