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