diff options
Diffstat (limited to 'src/path/filepath/path_plan9.go')
| -rw-r--r-- | src/path/filepath/path_plan9.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/path/filepath/path_plan9.go b/src/path/filepath/path_plan9.go index 962774efd5..60d46d9d42 100644 --- a/src/path/filepath/path_plan9.go +++ b/src/path/filepath/path_plan9.go @@ -42,3 +42,7 @@ func join(elem []string) string { } return "" } + +func sameWord(a, b string) bool { + return a == b +} |
