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