mirror of
https://github.com/ollama/ollama.git
synced 2025-03-25 09:11:46 +01: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
|
|
}
|