diff options
Diffstat (limited to 'weed/command/filer_sync_std.go')
| -rw-r--r-- | weed/command/filer_sync_std.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/weed/command/filer_sync_std.go b/weed/command/filer_sync_std.go new file mode 100644 index 000000000..63851eaf8 --- /dev/null +++ b/weed/command/filer_sync_std.go @@ -0,0 +1,7 @@ +// +build !windows + +package command + +func escapeKey(key string) string { + return key +} |
