1
0
mirror of https://github.com/golang/go synced 2024-11-20 10:24:40 -07:00
go/src/pkg/compress
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
..
flate unused imports 2009-09-17 10:27:04 -07:00
gzip use buf.String() instead of string(buf.Bytes()) 2009-09-17 23:51:06 -07:00
zlib use buf.String() instead of string(buf.Bytes()) 2009-09-17 23:51:06 -07:00