mirror of
https://github.com/ollama/ollama.git
synced 2026-03-27 02:58:43 +07:00
nolintlint
This commit is contained in:
@@ -81,7 +81,7 @@ func (i *Instance) Readline() (string, error) {
|
||||
|
||||
defer func() {
|
||||
fd := int(syscall.Stdin)
|
||||
// nolint: errcheck
|
||||
//nolint:errcheck
|
||||
UnsetRawMode(fd, i.Terminal.termios)
|
||||
i.Terminal.rawmode = false
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user