mirror of
https://github.com/rwinkhart/go-boilerplate.git
synced 2026-09-06 09:07:15 -04:00
Make error codes sequential
This commit is contained in:
+1
-1
@@ -11,5 +11,5 @@ const (
|
|||||||
|
|
||||||
ErrorRead = 101
|
ErrorRead = 101
|
||||||
ErrorWrite = 102
|
ErrorWrite = 102
|
||||||
ErrorTargetNotFound = 105
|
ErrorTargetNotFound = 103
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user