package service import "errors" var ( NotFound = errors.New("Not found") InvlidInput = errors.New("Invalid Input") )