aboutsummaryrefslogtreecommitdiff
path: root/internal/compress/flate
diff options
context:
space:
mode:
Diffstat (limited to 'internal/compress/flate')
-rw-r--r--internal/compress/flate/example_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/compress/flate/example_test.go b/internal/compress/flate/example_test.go
index ead6d090..0861c4da 100644
--- a/internal/compress/flate/example_test.go
+++ b/internal/compress/flate/example_test.go
@@ -197,7 +197,6 @@ func Example_synchronization() {
// Start a goroutine to act as the receiver.
wg.Go(func() {
-
zr := flate.NewReader(rp)
b := make([]byte, 256)