-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
By convention the Base error msg is the package name. Consider packages with the same name.
Random string to make Base.msg unique each time constructor is called, add Base.uid field?
Example
// Msg is the same, but error cause must be unique
var ErrBaseA = errors.NewCause("xxx")
var ErrBaseB = errors.NewCause("xxx")Metadata
Metadata
Assignees
Labels
No labels