mirror of https://github.com/ollama/ollama
remove `+build` directive in `term.go`
This commit is contained in:
parent
9ec16f0f03
commit
8d03bd7b54
|
|
@ -1,5 +1,4 @@
|
|||
//go:build aix || darwin || dragonfly || freebsd || (linux && !appengine) || netbsd || openbsd || os400 || solaris
|
||||
// +build aix darwin dragonfly freebsd linux,!appengine netbsd openbsd os400 solaris
|
||||
|
||||
package readline
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue