Init
This commit is contained in:
5
internal/user/errors.go
Normal file
5
internal/user/errors.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package user
|
||||
|
||||
import "errors"
|
||||
|
||||
var ErrUserNotFound = errors.New("user not found")
|
||||
Reference in New Issue
Block a user