1
0
mirror of https://github.com/golang/go synced 2024-10-02 16:28:34 -06:00

path/filepath: fix typo

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/6117063
This commit is contained in:
Anthony Martin 2012-04-27 10:25:19 +10:00 committed by David Symonds
parent 029d62f5c0
commit 0bad08cbbb

View File

@ -12,7 +12,7 @@ func IsAbs(path string) bool {
}
// VolumeName returns the leading volume name on Windows.
// It returns "" elsewhere
// It returns "" elsewhere.
func VolumeName(path string) string {
return ""
}