1
0
mirror of https://github.com/golang/go synced 2024-10-04 18:31:22 -06:00
go/src/pkg/http
Rob Pike 7be770071f use buf.String() instead of string(buf.Bytes())
use strings.Buffer instead of bytes.Buffer in some places

R=rsc
DELTA=40  (0 added, 3 deleted, 37 changed)
OCL=34770
CL=34775
2009-09-17 23:51:06 -07:00
..
client_test.go unused imports 2009-09-17 10:27:04 -07:00
client.go unused imports 2009-09-17 10:27:04 -07:00
fs.go more "declared and not used". 2009-09-15 09:41:59 -07:00
Makefile convert non-low-level non-google pkg code 2009-08-12 13:19:17 -07:00
request_test.go unused imports 2009-09-17 10:27:04 -07:00
request.go more "declared and not used". 2009-09-15 09:41:59 -07:00
server.go more "declared and not used". 2009-09-15 09:41:59 -07:00
status.go mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
triv.go use buf.String() instead of string(buf.Bytes()) 2009-09-17 23:51:06 -07:00
url_test.go more "declared and not used". 2009-09-15 09:41:59 -07:00
url.go fix spelling that is correct but bothers me anyway 2009-08-19 10:07:31 -07:00