1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-05 19:10:06 +02: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
}