removed intermediate /internal directory
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package consts
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrNotFound = errors.New("not found")
|
||||
ErrConflict = errors.New("conflict")
|
||||
ErrBadRequest = errors.New("bad request")
|
||||
)
|
||||
Reference in New Issue
Block a user