1
0
mirror of https://github.com/golang/go synced 2024-10-03 06:31:22 -06:00
go/src/compress/flate
Preetam Jinka 2c20eda1d8 compress/flate: fix typo in comment
Change-Id: I32ec2d8cb838fb850b3779726cf347dac21dff68
Reviewed-on: https://go-review.googlesource.com/8322
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2015-04-01 16:48:04 +00:00
..
copy_test.go
copy.go
deflate_test.go all: don't refer to code.google.com/p/go{,-wiki}/ 2015-02-06 14:41:47 +00:00
deflate.go compress/flate: fix typo in comment 2015-04-01 16:48:04 +00:00
fixedhuff.go
flate_test.go
gen.go
huffman_bit_writer.go
huffman_code.go
inflate_test.go compress/flate: add Reset() to allow reusing large buffers to compress multiple buffers 2014-10-20 12:58:02 +11:00
inflate.go compress/flate: add Reset() to allow reusing large buffers to compress multiple buffers 2014-10-20 12:58:02 +11:00
reader_test.go
reverse_bits.go
token.go
writer_test.go