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