diff options
| author | Russ Cox <rsc@golang.org> | 2011-11-02 15:54:16 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2011-11-02 15:54:16 -0400 |
| commit | 965845a86d00e618cc03a739a52e986d6901d071 (patch) | |
| tree | ad484f46b19ac539d6038d6d74d8938a8ebda90c /src/pkg/http | |
| parent | 4a9ebb18f1ff90cbc182648e65cc9071c8920e3c (diff) | |
| download | go-965845a86d00e618cc03a739a52e986d6901d071.tar.xz | |
all: sort imports
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5319072
Diffstat (limited to 'src/pkg/http')
| -rw-r--r-- | src/pkg/http/cgi/host_test.go | 4 | ||||
| -rw-r--r-- | src/pkg/http/transfer.go | 2 | ||||
| -rw-r--r-- | src/pkg/http/transport_windows.go | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/pkg/http/cgi/host_test.go b/src/pkg/http/cgi/host_test.go index 2bfe18b1dc..fd0e099371 100644 --- a/src/pkg/http/cgi/host_test.go +++ b/src/pkg/http/cgi/host_test.go @@ -13,14 +13,14 @@ import ( "http" "http/httptest" "io" - "os" "net" + "os" "path/filepath" + "runtime" "strconv" "strings" "testing" "time" - "runtime" ) func newRequest(httpreq string) *http.Request { diff --git a/src/pkg/http/transfer.go b/src/pkg/http/transfer.go index 6cb8625e7d..94772183f0 100644 --- a/src/pkg/http/transfer.go +++ b/src/pkg/http/transfer.go @@ -5,8 +5,8 @@ package http import ( - "bytes" "bufio" + "bytes" "errors" "fmt" "io" diff --git a/src/pkg/http/transport_windows.go b/src/pkg/http/transport_windows.go index e0dc857aa9..2a20d2224a 100644 --- a/src/pkg/http/transport_windows.go +++ b/src/pkg/http/transport_windows.go @@ -5,8 +5,8 @@ package http import ( - "os" "net" + "os" ) func init() { |
