filer_sync_std.go 107 B

12345678
  1. //go:build !windows
  2. // +build !windows
  3. package command
  4. func escapeKey(key string) string {
  5. return key
  6. }