package constants import "fmt" var ErrTaskDoesNotExist = fmt.Errorf("Task does not Exist")