Also fix "context" in reader_test.go

This commit is contained in:
Matt Joiner 2016-04-30 11:46:45 +10:00
parent d2fa0e814d
commit 62c751ff7f
1 changed files with 1 additions and 1 deletions

View 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"
)