archive/zip.Writer.Close (method)
5 uses
archive/zip (current package)
writer.go#L76: func (w *Writer) Close() error {
golang.org/x/mod/zip
zip.go#L535: return zw.Close()
golang.org/x/pkgsite/internal/fetch
fetchlocal.go#L158: if err := w.Close(); err != nil {
golang.org/x/pkgsite/internal/stdlib
stdlib.go#L353: if err := z.Close(); err != nil {
golang.org/x/pkgsite/internal/testing/testhelper
testhelper.go#L77: if cerr := zw.Close(); cerr != nil {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |