Commit 9377b288 authored by Ian Lance Taylor's avatar Ian Lance Taylor

http: Alphabetize imports.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5002043
parent 096f3a29
...@@ -5,11 +5,11 @@ ...@@ -5,11 +5,11 @@
package http package http
import ( import (
"bufio"
"io" "io"
"log" "log"
"os" "os"
"strconv" "strconv"
"bufio"
) )
// NewChunkedWriter returns a new writer that translates writes into HTTP // NewChunkedWriter returns a new writer that translates writes into HTTP
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment