mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-24 02:59:13 +08:00
9 lines
107 B
Go
9 lines
107 B
Go
//go:build !windows
|
|
// +build !windows
|
|
|
|
package command
|
|
|
|
func escapeKey(key string) string {
|
|
return key
|
|
}
|