From 043c00da52efd5b7d9ef15750945ee55e6f78e7a Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Thu, 15 Sep 2022 13:51:37 -0700 Subject: Clean up some linter warnings --- hotline/server_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'hotline/server_test.go') diff --git a/hotline/server_test.go b/hotline/server_test.go index bf608e1..0eb76f0 100644 --- a/hotline/server_test.go +++ b/hotline/server_test.go @@ -41,7 +41,6 @@ func TestServer_handleFileTransfer(t *testing.T) { TrackerPassID [4]byte Stats *Stats FS FileStore - outbox chan Transaction mux sync.Mutex flatNewsMux sync.Mutex FlatNews []byte -- cgit