Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonboom committed Sep 14, 2021
1 parent 3790608 commit 8391c7e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ More examples in [tests](https://github.com/Antonboom/errname/blob/master/pkg/an

## Assumptions

<details>
<summary>Click to expand</summary>

<br>

- Only package level variables (and constants) are checked.
- Initialisms are ignored. As a result, all identifiers in a single case are ignored:

Expand Down Expand Up @@ -139,6 +144,8 @@ type ValidationErrors []string
func (ve ValidationErrors) Error() string { /*...*/ }
```

</details>
## Large projects examples

<details>
Expand Down

0 comments on commit 8391c7e

Please sign in to comment.