mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-06-06 19:25:21 +00:00
feed the linter
This commit is contained in:
parent
6f041ddfa4
commit
b8af12ceaf
@ -4,8 +4,10 @@ import (
|
|||||||
"errors"
|
"errors"
|
||||||
)
|
)
|
||||||
|
|
||||||
var ErrInterrupt = errors.New("Interrupt")
|
var (
|
||||||
var ErrNewLineDetected = errors.New("new line detected")
|
ErrInterrupt = errors.New("Interrupt")
|
||||||
|
ErrNewLineDetected = errors.New("new line detected")
|
||||||
|
)
|
||||||
|
|
||||||
type InterruptError struct {
|
type InterruptError struct {
|
||||||
Line []rune
|
Line []rune
|
||||||
|
Loading…
x
Reference in New Issue
Block a user