1
0
mirror of https://github.com/golang/go synced 2024-11-22 21:40:03 -07:00
go/src/pkg/json
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
..
generic_test.go convert non-low-level non-google pkg code 2009-08-12 13:19:17 -07:00
generic.go fix "declared and not used" errors in non-test code. 2009-09-14 17:20:29 -07:00
Makefile convert non-low-level non-google pkg code 2009-08-12 13:19:17 -07:00
parse.go use buf.String() instead of string(buf.Bytes()) 2009-09-17 23:51:06 -07:00
struct_test.go convert non-low-level non-google pkg code 2009-08-12 13:19:17 -07:00
struct.go fix "declared and not used" errors in non-test code. 2009-09-14 17:20:29 -07:00