aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/http
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/http')
-rw-r--r--src/pkg/http/chunked.go2
1 files changed, 1 insertions, 1 deletions
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