mirror of
https://github.com/ollama/ollama.git
synced 2026-09-21 05:28:00 -05:00
7 lines
116 B
Go
7 lines
116 B
Go
package readline
|
|
|
|
func handleCharCtrlZ(fd uintptr, state any) (string, error) {
|
|
// not supported
|
|
return "", nil
|
|
}
|