aboutsummaryrefslogtreecommitdiff
path: root/src/pkg
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2011-09-13 09:38:26 -0700
committerIan Lance Taylor <iant@golang.org>2011-09-13 09:38:26 -0700
commit9377b28833ef2ea7d8b2cbaa04bf5bc8dfc278d7 (patch)
tree5fd7c268117609a95415469c6bccdbe6debb1041 /src/pkg
parent096f3a293e3dd3aee1980cbbd3f6fed91f7fefe1 (diff)
downloadgo-9377b28833ef2ea7d8b2cbaa04bf5bc8dfc278d7.tar.xz
http: Alphabetize imports.
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5002043
Diffstat (limited to 'src/pkg')
-rw-r--r--src/pkg/http/chunked.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/http/chunked.go b/src/pkg/http/chunked.go
index 6c23e691f0..eff9ae288e 100644
--- a/src/pkg/http/chunked.go
+++ b/src/pkg/http/chunked.go
@@ -5,11 +5,11 @@
package http
import (
+ "bufio"
"io"
"log"
"os"
"strconv"
- "bufio"
)
// NewChunkedWriter returns a new writer that translates writes into HTTP