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