8 lines
88 B
Go
8 lines
88 B
Go
//go:build !windows
|
|
|
|
package command
|
|
|
|
func escapeKey(key string) string {
|
|
return key
|
|
}
|