From 657f331e8bc9feb233aa57e8b90fd71a450ba820 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 30 Apr 2020 20:31:01 -0700 Subject: [PATCH] net/dnscache: remove unnecessary lint warning. --- net/dnscache/dnscache.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/dnscache/dnscache.go b/net/dnscache/dnscache.go index c63581d78..63afb2168 100644 --- a/net/dnscache/dnscache.go +++ b/net/dnscache/dnscache.go @@ -22,8 +22,6 @@ var single = &Resolver{ } func preferGoResolver() bool { - //lint:ignore S1008 disagree; prefer comments - // There does not appear to be a local resolver running // on iOS, and NetworkExtension is good at isolating DNS. // So do not use the Go resolver on macOS/iOS.