mirror of https://github.com/golang/go.git
http: Alphabetize imports.
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5002043
This commit is contained in:
parent
096f3a293e
commit
9377b28833
|
|
@ -5,11 +5,11 @@
|
|||
package http
|
||||
|
||||
import (
|
||||
"bufio"
|
||||
"io"
|
||||
"log"
|
||||
"os"
|
||||
"strconv"
|
||||
"bufio"
|
||||
)
|
||||
|
||||
// NewChunkedWriter returns a new writer that translates writes into HTTP
|
||||
|
|
|
|||
Loading…
Reference in New Issue