diff options
| author | Ian Lance Taylor <iant@golang.org> | 2011-09-13 09:38:26 -0700 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2011-09-13 09:38:26 -0700 |
| commit | 9377b28833ef2ea7d8b2cbaa04bf5bc8dfc278d7 (patch) | |
| tree | 5fd7c268117609a95415469c6bccdbe6debb1041 /src/pkg/http | |
| parent | 096f3a293e3dd3aee1980cbbd3f6fed91f7fefe1 (diff) | |
| download | go-9377b28833ef2ea7d8b2cbaa04bf5bc8dfc278d7.tar.xz | |
http: Alphabetize imports.
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5002043
Diffstat (limited to 'src/pkg/http')
| -rw-r--r-- | src/pkg/http/chunked.go | 2 |
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 |
