diff options
Diffstat (limited to 'src/os/path_unix.go')
| -rw-r--r-- | src/os/path_unix.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os/path_unix.go b/src/os/path_unix.go index c975cdb11e..1c80fa91f8 100644 --- a/src/os/path_unix.go +++ b/src/os/path_unix.go @@ -70,6 +70,6 @@ func splitPath(path string) (string, string) { return dirname, basename } -func fixRootDirectory(p string) string { - return p +func volumeName(p string) string { + return "" } |
