From a877dd575c6d8860c8eddfefca0d5e1082045133 Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Tue, 8 Sep 2020 16:03:49 -0700 Subject: [PATCH] wgengine/router/dns: remove unnecessary lint ignore line Signed-off-by: Josh Bleecher Snyder --- wgengine/router/dns/manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgengine/router/dns/manager.go b/wgengine/router/dns/manager.go index 74c97f1a4..c8cc82bdd 100644 --- a/wgengine/router/dns/manager.go +++ b/wgengine/router/dns/manager.go @@ -15,7 +15,7 @@ // This is particularly useful because certain conditions can cause indefinite hangs // (such as improper dbus auth followed by contextless dbus.Object.Call). // Such operations should be wrapped in a timeout context. -const reconfigTimeout = time.Second //lint:ignore U1000 used on Linux at least, maybe others later +const reconfigTimeout = time.Second type managerImpl interface { // Up updates system DNS settings to match the given configuration.