aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer_sync_std.go
blob: 63851eaf85f5dce9bcb96033f871ea5c99cfcd3e (plain)
1
2
3
4
5
6
7
// +build !windows

package command

func escapeKey(key string) string {
	return key
}