archive/zip.Writer.Create (method)
5 uses
archive/zip (current package)
writer.go#L217: func (w *Writer) Create(name string) (io.Writer, error) {
golang.org/x/mod/zip
zip.go#L513: w, err := zw.Create(prefix + path)
golang.org/x/pkgsite/internal/fetch
fetchlocal.go#L147: writeTo, err := w.Create(filepath.Join(moduleVersionDir(modulePath, version), strings.TrimPrefix(path, localPath)))
golang.org/x/pkgsite/internal/stdlib
stdlib.go#L477: dst, err := z.Create(pathname)
golang.org/x/pkgsite/internal/testing/testhelper
testhelper.go#L83: fw, err := zw.Create(name)
![]() |
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. |