Files
seaweedFS/weed/command/filer_sync_std.go
Chris Lu e4b70c2521 go fix
2026-02-20 18:42:00 -08:00

8 lines
88 B
Go

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