We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3790608 commit 8391c7eCopy full SHA for 8391c7e
README.md
@@ -78,6 +78,11 @@ More examples in [tests](https://github.com/Antonboom/errname/blob/master/pkg/an
78
79
## Assumptions
80
81
+<details>
82
+ <summary>Click to expand</summary>
83
+
84
+<br>
85
86
- Only package level variables (and constants) are checked.
87
- Initialisms are ignored. As a result, all identifiers in a single case are ignored:
88
@@ -139,6 +144,8 @@ type ValidationErrors []string
139
144
func (ve ValidationErrors) Error() string { /*...*/ }
140
145
```
141
146
147
+</details>
148
142
149
## Large projects examples
143
150
151
<details>
0 commit comments