]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Also fix "context" in reader_test.go
authorMatt Joiner <anacrolix@gmail.com>
Sat, 30 Apr 2016 01:46:45 +0000 (11:46 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Sat, 30 Apr 2016 01:46:45 +0000 (11:46 +1000)
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"
 )