mirror of
https://github.com/golang/go
synced 2024-11-02 13:21:55 +00:00
archive/zip: fix imports block of biggestZipBytes generator
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>
This commit is contained in:
parent
fd3612e433
commit
4efd581383
1 changed files with 1 additions and 1 deletions
|
@ -776,8 +776,8 @@ func returnRecursiveZip() (r io.ReaderAt, size int64) {
|
|||
// "archive/zip"
|
||||
// "bytes"
|
||||
// "io"
|
||||
// "io/ioutil"
|
||||
// "log"
|
||||
// "os"
|
||||
// )
|
||||
//
|
||||
// type zeros struct{}
|
||||
|
|
Loading…
Reference in a new issue