1
0
mirror of https://github.com/seaweedfs/seaweedfs.git synced 2024-12-27 11:27:56 +08:00
seaweedfs/weed/command/filer_sync_std.go
2021-09-01 02:45:42 -07:00

9 lines
107 B
Go

//go:build !windows
// +build !windows
package command
func escapeKey(key string) string {
return key
}