mirror of
https://github.com/golang/go
synced 2024-11-21 16:04:45 -07:00
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
Block a user