package components import "errors" var ( NotFound = errors.New("Not found") InvlidaInput = errors.New("Invalid Input") )