From fc0c3499f4f897bd6a0e9b7992d73af3573ff84c Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Fri, 18 Jun 2021 09:59:39 -0400 Subject: [PATCH] Remove comment that no longer applies --- core/result.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/result.go b/core/result.go index 4be760ea..ecee00c0 100644 --- a/core/result.go +++ b/core/result.go @@ -25,7 +25,7 @@ type Result struct { Duration time.Duration `json:"duration"` // Errors encountered during the evaluation of the service's health - Errors []string `json:"errors"` // XXX: find a way to filter out duplicate errors + Errors []string `json:"errors"` // ConditionResults results of the service's conditions ConditionResults []*ConditionResult `json:"conditionResults"`