6 lines
92 B
Go
6 lines
92 B
Go
package service_errors
|
|
|
|
import "errors"
|
|
|
|
var ErrUserNotFound = errors.New("user not found")
|