package user import "fmt" var ( ErrUserNotFound = fmt.Errorf("user not found") )