mirror of
https://github.com/golang/go
synced 2024-11-19 23:04:40 -07:00
path/filepath: fix typo
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/6117063
This commit is contained in:
parent
029d62f5c0
commit
0bad08cbbb
@ -12,7 +12,7 @@ func IsAbs(path string) bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// VolumeName returns the leading volume name on Windows.
|
// VolumeName returns the leading volume name on Windows.
|
||||||
// It returns "" elsewhere
|
// It returns "" elsewhere.
|
||||||
func VolumeName(path string) string {
|
func VolumeName(path string) string {
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user