From 258627c692994edf7be4b0a110893d05c636bf08 Mon Sep 17 00:00:00 2001 From: James Mills Date: Sun, 2 Oct 2016 18:44:14 -0700 Subject: [PATCH] Revert "Fix compatibility with GO 1.6 for context package" This reverts commit 5fdce9bb55cbb4c0cd1c71bb4e640cdf5f04f597. --- gopher.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gopher.go b/gopher.go index 23159b6..15d34d1 100644 --- a/gopher.go +++ b/gopher.go @@ -10,6 +10,7 @@ package gopher import ( "bufio" "bytes" + "context" "crypto/tls" "encoding/json" "errors" @@ -26,8 +27,6 @@ import ( "strconv" "strings" "sync" - - "golang.org/x/net/context" ) // Item Types