package repository import "errors" var ( ErrUserNotFound = errors.New("user not found") )