Revert "Fix compatibility with GO 1.6 for context package"
This reverts commit 5fdce9bb55
.
This commit is contained in:
parent
5fdce9bb55
commit
258627c692
@ -10,6 +10,7 @@ package gopher
|
|||||||
import (
|
import (
|
||||||
"bufio"
|
"bufio"
|
||||||
"bytes"
|
"bytes"
|
||||||
|
"context"
|
||||||
"crypto/tls"
|
"crypto/tls"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"errors"
|
"errors"
|
||||||
@ -26,8 +27,6 @@ import (
|
|||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
"sync"
|
"sync"
|
||||||
|
|
||||||
"golang.org/x/net/context"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// Item Types
|
// Item Types
|
||||||
|
Loading…
Reference in New Issue
Block a user