1
0
mirror of https://github.com/golang/go synced 2024-10-04 08:31:22 -06:00
go/src/pkg/compress
Russ Cox f2a520f48d clean up error output;
do not print entire buffer on error,
since it can be very large.
instead print identifying string.

R=krasin
DELTA=14  (1 added, 3 deleted, 10 changed)
OCL=35141
CL=35143
2009-09-30 08:59:56 -07:00
..
flate clean up error output; 2009-09-30 08:59:56 -07:00
gzip use buf.String() instead of string(buf.Bytes()) 2009-09-17 23:51:06 -07:00
zlib ZLIB deflater. 2009-09-29 19:47:05 -07:00