From c2dbb7141a7c95aa521a41b27bed3af25de8f546 Mon Sep 17 00:00:00 2001 From: Ondřej Benkovský Date: Sun, 10 Jul 2022 20:06:33 +0200 Subject: add golangci-lint linter (#5499) --- test/file_loop_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'test/file_loop_test.go') diff --git a/test/file_loop_test.go b/test/file_loop_test.go index daebb7088..2452cc056 100644 --- a/test/file_loop_test.go +++ b/test/file_loop_test.go @@ -44,6 +44,5 @@ func TestFileLoop(t *testing.T) { // For now: document current behavior in this test. if r.Rcode != dns.RcodeServerFailure { t.Errorf("Rcode should be dns.RcodeServerFailure: %d", r.Rcode) - } } -- cgit v1.2.3