mirror of
https://github.com/ollama/ollama.git
synced 2025-05-10 18:06:33 +02:00
9 lines
109 B
Go
9 lines
109 B
Go
//go:build !windows
|
|
|
|
package lifecycle
|
|
|
|
import "log/slog"
|
|
|
|
func ShowLogs() {
|
|
slog.Warn("not implemented")
|
|
}
|