Ugh, "context" isn't in go 1.6

This commit is contained in:
Matt Joiner 2016-04-30 11:33:07 +10:00
parent f62ff2f540
commit d2fa0e814d
1 changed files with 1 additions and 1 deletions

View File

@ -1,13 +1,13 @@
package torrent
import (
"context"
"errors"
"io"
"os"
"sync"
"github.com/anacrolix/missinggo"
"golang.org/x/net/context"
)
// Accesses torrent data via a client.