seaweedfs/weed/command/filer_sync_std.go

9 lines
107 B
Go
Raw Normal View History

2021-09-01 09:45:42 +00:00
//go:build !windows
// +build !windows
package command
func escapeKey(key string) string {
return key
}