]> Sergey Matveev's repositories - btrtrc.git/blobdiff - reader_test.go
Also fix "context" in reader_test.go
[btrtrc.git] / reader_test.go
index 4206976020258b8b58798c1cae2739bbe0f88c24..6bde870a17eddc05b74c3ba6fc39a44cf99f8505 100644 (file)
@@ -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"
 )