(Feat): Initial Commit
This commit is contained in:
7
internal/auth/errors.go
Normal file
7
internal/auth/errors.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package auth
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrNotFound = errors.New("not found")
|
||||
)
|
||||
Reference in New Issue
Block a user