func golang.org/x/pkgsite/internal/stdlib.writeZipFile

2 uses

	golang.org/x/pkgsite/internal/stdlib (current package)
		stdlib.go#L451: 			if err := writeZipFile(z, path.Join(dirpath, e.Name), src); err != nil {
		stdlib.go#L474: func writeZipFile(z *zip.Writer, pathname string, src io.Reader) (err error) {