var golang.org/x/mod/zip.errPathNotClean

3 uses

	golang.org/x/mod/zip (current package)
		zip.go#L162: 	errPathNotClean    = errors.New("file path is not clean")
		zip.go#L249: 			addError(p, false, errPathNotClean)
		zip.go#L427: 			addError(zf, errPathNotClean)