From: Matt Joiner Date: Sat, 30 Apr 2016 01:33:07 +0000 (+1000) Subject: Ugh, "context" isn't in go 1.6 X-Git-Tag: v1.0.0~766 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=d2fa0e814d8e99ccb6dea3f8343806fda41b4f87;p=btrtrc.git Ugh, "context" isn't in go 1.6 --- diff --git a/reader.go b/reader.go index 709b69c7..4fd9af97 100644 --- a/reader.go +++ b/reader.go @@ -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.