]> Cypherpunks repositories - gostls13.git/commit
archive/zip: use bufio.Reset rather than NewReader
authorIan Lance Taylor <iant@golang.org>
Thu, 2 Jun 2022 16:58:42 +0000 (09:58 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 2 Jun 2022 17:17:19 +0000 (17:17 +0000)
commitaae0bef72f97f74318bb57da24efef49b1096a67
treea9072352ac22ecfe79ed761304c7716dce0a8e0d
parentb3b8d2bfeb0ad36426f8b308afda634442708c3c
archive/zip: use bufio.Reset rather than NewReader

A clean up for CL 408734, suggested by Joe Tsai.

Change-Id: Ida9db0b8d31785d5640938c286c9c6c82c27f457
Reviewed-on: https://go-review.googlesource.com/c/go/+/410154
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Joseph Tsai <joetsai@digital-static.net>
src/archive/zip/reader.go