Revert "Fix compatibility with GO 1.6 for context package"

This reverts commit 5fdce9bb55.
This commit is contained in:
James Mills 2016-10-02 18:44:14 -07:00
parent 5fdce9bb55
commit 258627c692
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6
1 changed files with 1 additions and 2 deletions

View File

@ -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