http: Alphabetize imports.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5002043
This commit is contained in:
Ian Lance Taylor 2011-09-13 09:38:26 -07:00
parent 096f3a293e
commit 9377b28833
1 changed files with 1 additions and 1 deletions

View File

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