diff --git a/core/dns.go b/core/dns.go index 6958502e..6c07ce73 100644 --- a/core/dns.go +++ b/core/dns.go @@ -9,9 +9,9 @@ import ( ) var ( - // ErrDNSWithNoQueryName + // ErrDNSWithNoQueryName is the error with which gatus will panic if a dns is configured without query name ErrDNSWithNoQueryName = errors.New("you must specify query name for DNS") - // ErrDNSWithInvalidQueryType + // ErrDNSWithInvalidQueryType is the error with which gatus will panic if a dns is configured with invalid query type ErrDNSWithInvalidQueryType = errors.New("invalid query type") )