mirror of
https://github.com/rwinkhart/go-boilerplate.git
synced 2026-09-06 00:57:16 -04:00
Remove unused errors
This commit is contained in:
+3
-5
@@ -9,9 +9,7 @@ const (
|
||||
AnsiError = "\033[38;5;9m"
|
||||
AnsiReset = "\033[0m"
|
||||
|
||||
ErrorRead = 101
|
||||
ErrorWrite = 102
|
||||
ErrorTargetNotFound = 105
|
||||
ErrorTargetWrongType = 107
|
||||
ErrorOther = 111
|
||||
ErrorRead = 101
|
||||
ErrorWrite = 102
|
||||
ErrorTargetNotFound = 105
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user