mirror of
https://github.com/chrislusf/seaweedfs
synced 2025-06-29 08:12:47 +02:00
8 lines
107 B
Go
8 lines
107 B
Go
//go:build !windows
|
|
// +build !windows
|
|
|
|
package command
|
|
|
|
func escapeKey(key string) string {
|
|
return key
|
|
}
|