aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/http
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2011-11-02 15:54:16 -0400
committerRuss Cox <rsc@golang.org>2011-11-02 15:54:16 -0400
commit965845a86d00e618cc03a739a52e986d6901d071 (patch)
treead484f46b19ac539d6038d6d74d8938a8ebda90c /src/pkg/http
parent4a9ebb18f1ff90cbc182648e65cc9071c8920e3c (diff)
downloadgo-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.go4
-rw-r--r--src/pkg/http/transfer.go2
-rw-r--r--src/pkg/http/transport_windows.go2
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() {