mirror of
https://github.com/BillyOutlast/ollama-linux-amd-apu.git
synced 2026-02-04 03:01:19 +01:00
9 lines
79 B
Go
9 lines
79 B
Go
//go:build !windows
|
|
|
|
package server
|
|
|
|
import "os"
|
|
|
|
func setSparse(*os.File) {
|
|
}
|