-
Russ Cox authored
Programs expect that Read and Write are synchronous. The background goroutines make the implementation a little easier, but they introduce asynchrony that trips up calling code. Remove them. R=golang-dev, krasin CC=golang-dev https://golang.org/cl/4548079
07acc02a
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
Makefile | ||
deflate.go | ||
deflate_test.go | ||
flate_test.go | ||
huffman_bit_writer.go | ||
huffman_code.go | ||
inflate.go | ||
reverse_bits.go | ||
token.go | ||
util.go |