From 8391c7e95d561106d0e9c43ad2afc2c717b51093 Mon Sep 17 00:00:00 2001 From: Anton Telyshev Date: Tue, 14 Sep 2021 09:26:37 +0300 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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