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