Remove unused field from mock

This commit is contained in:
Viktor Liu
2026-04-14 17:54:18 +02:00
parent b484931915
commit 20b28c7456

View File

@@ -3,7 +3,6 @@
package conntrack
import (
"sync"
"sync/atomic"
"testing"
"time"
@@ -15,7 +14,6 @@ import (
)
type mockListener struct {
mu sync.Mutex
errChan chan error
closed atomic.Bool
closedCh chan struct{}