mirror of
https://github.com/ollama/ollama.git
synced 2025-11-11 07:27:25 +01:00
10 lines
109 B
Go
10 lines
109 B
Go
//go:build !windows
|
|
|
|
package lifecycle
|
|
|
|
import "log/slog"
|
|
|
|
func ShowLogs() {
|
|
slog.Warn("not implemented")
|
|
}
|