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