fixed blocking important issues
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package customer
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrCustomerNotFound = errors.New("customer not found")
|
||||
)
|
||||
Reference in New Issue
Block a user