gofmt -s -w src misc

R=r, rsc
CC=golang-dev
https://golang.org/cl/2662041
This commit is contained in:
Robert Griesemer 2010-10-22 10:06:33 -07:00
parent f613015e0e
commit 3478891d12
121 changed files with 8388 additions and 8388 deletions

View file

@ -16,7 +16,7 @@ type respWriteTest struct {
var respWriteTests = []respWriteTest{
// HTTP/1.0, identity coding; no trailer
respWriteTest{
{
Response{
StatusCode: 503,
ProtoMajor: 1,
@ -32,7 +32,7 @@ var respWriteTests = []respWriteTest{
"abcdef",
},
// Unchunked response without Content-Length.
respWriteTest{
{
Response{
StatusCode: 200,
ProtoMajor: 1,
@ -47,7 +47,7 @@ var respWriteTests = []respWriteTest{
"abcdef",
},
// HTTP/1.1, chunked coding; empty trailer; close
respWriteTest{
{
Response{
StatusCode: 200,
ProtoMajor: 1,