From: Ian Lance Taylor Date: Tue, 13 Sep 2011 16:38:26 +0000 (-0700) Subject: http: Alphabetize imports. X-Git-Tag: weekly.2011-09-16~44 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9377b28833ef2ea7d8b2cbaa04bf5bc8dfc278d7;p=gostls13.git http: Alphabetize imports. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5002043 --- 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