initial POC
This commit is contained in:
9
internal/myerrors/myerrors.go
Normal file
9
internal/myerrors/myerrors.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package myerrors
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
// ErrConfigLoad = errors.New("Failed to load configuration")
|
||||
ErrConfigParse = errors.New("Failed to parse configuration")
|
||||
ErrConfigValidation = errors.New("Failed to validate configuration")
|
||||
)
|
||||
Reference in New Issue
Block a user