From: Thomas Maurice Date: Fri, 14 Oct 2016 18:07:44 +0000 (+0200) Subject: Fix not working import X-Git-Tag: v1.0.0~556 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=16ea912b86578bef162568b737ee51944cfba310;p=btrtrc.git Fix not working import --- diff --git a/ratelimitreader.go b/ratelimitreader.go index 236efd4d..f68fa72f 100644 --- a/ratelimitreader.go +++ b/ratelimitreader.go @@ -1,7 +1,7 @@ package torrent import ( - "context" + "golang.org/x/net/context" "io" "time"