mirror of
https://github.com/ollama/ollama.git
synced 2026-05-14 06:51:24 +00:00
8 lines
79 B
Go
8 lines
79 B
Go
//go:build !windows
|
|
|
|
package server
|
|
|
|
import "os"
|
|
|
|
func setSparse(*os.File) {
|
|
}
|