]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Fix not working import
authorThomas Maurice <thomas@maurice.fr>
Fri, 14 Oct 2016 18:07:44 +0000 (20:07 +0200)
committerMatt Joiner <anacrolix@gmail.com>
Sat, 15 Oct 2016 00:56:15 +0000 (11:56 +1100)
ratelimitreader.go

index 236efd4d97a58313a580b4be16ab2e365a21b51c..f68fa72fa33947f3e23c891340f57983fa223c5e 100644 (file)
@@ -1,7 +1,7 @@
 package torrent
 
 import (
-       "context"
+       "golang.org/x/net/context"
        "io"
        "time"