remove unnecessary doc comments

This commit is contained in:
Aneurin Barker Snook
2024-07-19 14:11:53 +01:00
parent 45298c462a
commit b8c82f3529
8 changed files with 0 additions and 8 deletions
-1
View File
@@ -4,7 +4,6 @@ import (
"strings"
)
// Validation error.
var (
ErrDisallowedChars = NewError("contains disallowed characters")
)