package fsremote func pathToCanonical(path string) string { return path } func canonicalPathToLocal(path string) string { return path }