2
0
mirror of synced 2025-02-23 14:18:13 +00:00

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

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