diff options
Diffstat (limited to 'device/bind_test.go')
-rw-r--r-- | device/bind_test.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/device/bind_test.go b/device/bind_test.go index 339adbe..6c5c7f0 100644 --- a/device/bind_test.go +++ b/device/bind_test.go @@ -14,14 +14,11 @@ import ( type DummyDatagram struct { msg []byte endpoint conn.Endpoint - world bool // better type } type DummyBind struct { in6 chan DummyDatagram - ou6 chan DummyDatagram in4 chan DummyDatagram - ou4 chan DummyDatagram closed bool } |