diff --git a/src/archive/zip/reader_test.go b/src/archive/zip/reader_test.go index 5faf1f49b5..fbaf9d4388 100644 --- a/src/archive/zip/reader_test.go +++ b/src/archive/zip/reader_test.go @@ -776,8 +776,8 @@ func returnRecursiveZip() (r io.ReaderAt, size int64) { // "archive/zip" // "bytes" // "io" -// "io/ioutil" // "log" +// "os" // ) // // type zeros struct{}