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
}