diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-09-15 13:51:37 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-09-15 13:51:37 -0700 |
| commit | 043c00da52efd5b7d9ef15750945ee55e6f78e7a (patch) | |
| tree | 49f0e2c05ef9d28bc64419b799da99dcef8b206d /hotline/server_test.go | |
| parent | 60df5f3a64e21d79ace622d87d1feef0d619c42f (diff) | |
Clean up some linter warnings
Diffstat (limited to 'hotline/server_test.go')
| -rw-r--r-- | hotline/server_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
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 |