]> Cypherpunks repositories - gostls13.git/commitdiff
http: Alphabetize imports.
authorIan Lance Taylor <iant@golang.org>
Tue, 13 Sep 2011 16:38:26 +0000 (09:38 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 13 Sep 2011 16:38:26 +0000 (09:38 -0700)
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5002043

src/pkg/http/chunked.go

index 6c23e691f023ad1bff77348c99bccec5c4122c24..eff9ae288ea4917844091c35df4d02140ae611d3 100644 (file)
@@ -5,11 +5,11 @@
 package http
 
 import (
+       "bufio"
        "io"
        "log"
        "os"
        "strconv"
-       "bufio"
 )
 
 // NewChunkedWriter returns a new writer that translates writes into HTTP