mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 07:46:59 +00:00
7 lines
112 B
Go
7 lines
112 B
Go
package readline
|
|
|
|
func handleCharCtrlZ(fd int, state any) (string, error) {
|
|
// not supported
|
|
return "", nil
|
|
}
|