Skip to content

Commit 8391c7e

Browse files
authored
Update README.md
1 parent 3790608 commit 8391c7e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ More examples in [tests](https://github.com/Antonboom/errname/blob/master/pkg/an
7878

7979
## Assumptions
8080

81+
<details>
82+
<summary>Click to expand</summary>
83+
84+
<br>
85+
8186
- Only package level variables (and constants) are checked.
8287
- Initialisms are ignored. As a result, all identifiers in a single case are ignored:
8388

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

147+
</details>
148+
142149
## Large projects examples
143150

144151
<details>

0 commit comments

Comments
 (0)