From 9377b28833ef2ea7d8b2cbaa04bf5bc8dfc278d7 Mon Sep 17 00:00:00 2001
From: Ian Lance Taylor <iant@golang.org>
Date: Tue, 13 Sep 2011 09:38:26 -0700
Subject: [PATCH] http: Alphabetize imports.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5002043
---
 src/pkg/http/chunked.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pkg/http/chunked.go b/src/pkg/http/chunked.go
index 6c23e691f0..eff9ae288e 100644
--- a/src/pkg/http/chunked.go
+++ b/src/pkg/http/chunked.go
@@ -5,11 +5,11 @@
 package http
 
 import (
+	"bufio"
 	"io"
 	"log"
 	"os"
 	"strconv"
-	"bufio"
 )
 
 // NewChunkedWriter returns a new writer that translates writes into HTTP
-- 
2.30.9