summaryrefslogtreecommitdiff
path: root/src/pkg/http/triv.go
AgeCommit message (Expand)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-47/+30
2010-06-08misc cleanup: gofmt + &x -> x[0:] conversionRuss Cox1-4/+11
2009-12-151) Change default gofmt default settings forRobert Griesemer1-63/+63
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-8/+8
2009-11-08a nagging inconsistency: capitalization ofRuss Cox1-2/+2
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-3/+1
2009-11-01reverse the arguments to io.Copy so the destination is on theRob Pike1-3/+3
2009-10-06apply gofmt to go, gob, hash, http, image, io, json, logRuss Cox1-8/+10
2009-09-30rename the public exvar package to be expvar.Rob Pike1-5/+5
2009-09-17use buf.String() instead of string(buf.Bytes())Rob Pike1-1/+1
2009-09-16rename bytes.Buffer.Data() to bytes.Buffer.Bytes()Rob Pike1-1/+1
2009-08-12convert non-low-level non-google pkg codeRuss Cox1-1/+0
2009-06-29io.StringBytes -> strings.BytesRuss Cox1-1/+2
2009-06-09mv src/lib to src/pkgRob Pike1-0/+159