Also fix "context" in reader_test.go
This commit is contained in:
parent
d2fa0e814d
commit
62c751ff7f
|
@ -1,11 +1,11 @@
|
|||
package torrent
|
||||
|
||||
import (
|
||||
"context"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/stretchr/testify/require"
|
||||
"golang.org/x/net/context"
|
||||
|
||||
"github.com/anacrolix/torrent/internal/testutil"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue