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