mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-05-14 05:41:29 +00:00
8 lines
88 B
Go
8 lines
88 B
Go
//go:build !windows
|
|
|
|
package command
|
|
|
|
func escapeKey(key string) string {
|
|
return key
|
|
}
|