func archive/zip.split
8 uses
archive/zip (current package)
reader.go#L650: func (f *fileListEntry) Name() string { _, elem, _ := split(f.name); return elem }
reader.go#L692: xdir, xelem, _ := split(x)
reader.go#L693: ydir, yelem, _ := split(y)
reader.go#L718: func split(name string) (dir, elem string, isDir bool) {
reader.go#L740: dir, elem, _ := split(name)
reader.go#L743: idir, ielem, _ := split(files[i].name)
reader.go#L758: idir, _, _ := split(files[i].name)
reader.go#L762: jdir, _, _ := split(files[j].name)
 |
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. |