func archive/zip.NewWriter
5 uses
archive/zip (current package)
writer.go#L43: func NewWriter(w io.Writer) *Writer {
golang.org/x/mod/zip
zip.go#L504: zw := zip.NewWriter(w)
golang.org/x/pkgsite/internal/fetch
fetchlocal.go#L132: w := zip.NewWriter(buf)
golang.org/x/pkgsite/internal/stdlib
stdlib.go#L321: z := zip.NewWriter(&buf)
golang.org/x/pkgsite/internal/testing/testhelper
testhelper.go#L75: zw := zip.NewWriter(w)
![]() |
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. |