move to std context package

This commit is contained in:
Jimmy Zelinskie
2016-08-16 22:32:15 -04:00
parent 84a5e22d42
commit fc13031d96
5 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package middleware
import (
"golang.org/x/net/context"
"context"
"github.com/chihaya/chihaya/bittorrent"
)
+1 -2
View File
@@ -3,11 +3,10 @@
package middleware
import (
"context"
"log"
"time"
"golang.org/x/net/context"
"github.com/chihaya/chihaya/bittorrent"
"github.com/chihaya/chihaya/frontend"
"github.com/chihaya/chihaya/storage"