func path/filepath.VolumeName
7 uses
path/filepath (current package)
path.go#L197: vol := VolumeName(path)
path.go#L267: baseVol := VolumeName(basepath)
path.go#L268: targVol := VolumeName(targpath)
path.go#L554: path = path[len(VolumeName(path)):]
path.go#L577: vol := VolumeName(path)
path.go#L594: func VolumeName(path string) string {
os/exec
exec.go#L354: if filepath.VolumeName(path) != "" {
![]() |
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. |