]> Cypherpunks.ru repositories - gostls13.git/commitdiff
archive/zip: fix imports block of biggestZipBytes generator
authorPaschalis Tsilias <paschalis.tsilias@gmail.com>
Tue, 13 Apr 2021 12:51:58 +0000 (15:51 +0300)
committerEmmanuel Odeke <emmanuel@orijtech.com>
Sun, 18 Apr 2021 17:40:12 +0000 (17:40 +0000)
Fixes #45529

Change-Id: I4d64c40aa6733b783dc4066e222f17abeb7ad413
Reviewed-on: https://go-review.googlesource.com/c/go/+/309357
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
Trust: Joe Tsai <thebrokentoaster@gmail.com>
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Joe Tsai <thebrokentoaster@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>

src/archive/zip/reader_test.go

index 5faf1f49b51e7b8e4cd25fbb34dfd32d46ed03bd..fbaf9d4388354ed5a9132b7be5ea6667f4fb53e8 100644 (file)
@@ -776,8 +776,8 @@ func returnRecursiveZip() (r io.ReaderAt, size int64) {
 //             "archive/zip"
 //             "bytes"
 //             "io"
-//             "io/ioutil"
 //             "log"
+//             "os"
 //     )
 //
 //     type zeros struct{}