golang.org/x/mod/zip.pathInfo.path (field)

4 uses

	golang.org/x/mod/zip (current package)
		zip.go#L684: 	path  string
		zip.go#L691: 		if p != other.path {
		zip.go#L692: 			return fmt.Errorf("case-insensitive file name collision: %q and %q", other.path, p)
		zip.go#L704: 		cc[fold] = pathInfo{path: p, isDir: isDir}