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}
![]() |
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. |