mirror of
https://github.com/ollama/ollama.git
synced 2025-03-23 00:02:23 +01:00
9 lines
103 B
Go
9 lines
103 B
Go
|
//go:build !linux && !darwin
|
||
|
|
||
|
package build
|
||
|
|
||
|
import "embed"
|
||
|
|
||
|
// unused on windows
|
||
|
var EmbedFS embed.FS
|