1
0
mirror of https://github.com/golang/go synced 2024-09-28 20:24:29 -06:00

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

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