1
0
mirror of https://github.com/golang/go synced 2024-11-06 02:26:17 -07:00
go/src/archive/zip
Ian Lance Taylor aae0bef72f 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>
2022-06-02 17:17:19 +00:00
..
testdata archive/zip: if non-zero base offset fails, fall back to zero 2022-06-02 16:25:34 +00:00
example_test.go
fuzz_test.go all: add a handful of fuzz targets 2022-01-13 18:06:33 +00:00
reader_test.go archive/zip: if non-zero base offset fails, fall back to zero 2022-06-02 16:25:34 +00:00
reader.go archive/zip: use bufio.Reset rather than NewReader 2022-06-02 17:17:19 +00:00
register.go
struct.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
writer_test.go
writer.go
zip_test.go