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)