mirror of
https://github.com/ollama/ollama.git
synced 2025-03-18 05:41:43 +01:00
9 lines
79 B
Go
9 lines
79 B
Go
//go:build !windows
|
|
|
|
package server
|
|
|
|
import "os"
|
|
|
|
func setSparse(*os.File) {
|
|
}
|