mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-06-07 03:35:21 +00:00
fix docker build annotations (#917)
This commit is contained in:
parent
deeac961bb
commit
5b2cf16397
@ -1,4 +1,4 @@
|
|||||||
// go build darwin dragonfly freebsd netbsd openbsd
|
//go:build darwin || freebsd || netbsd || openbsd
|
||||||
package readline
|
package readline
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
//go:build linux || solaris
|
||||||
package readline
|
package readline
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user