func internal/filepathlite.VolumeName
6 uses
	internal/filepathlite (current package)
		path.go#L206: 	vol := VolumeName(path)
		path.go#L234: 	path = path[len(VolumeName(path)):]
		path.go#L252: 	vol := VolumeName(path)
		path.go#L266: func VolumeName(path string) string {
	os
		path.go#L47: 	if parent := path[:i]; len(parent) > len(filepathlite.VolumeName(path)) {
	path/filepath
		path.go#L474: 	return filepathlite.VolumeName(path)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |