first commit

This commit is contained in:
Oliver Wallisch 2026-03-13 15:23:42 +01:00
parent 552ea62601
commit 7d84e1743b

View file

@ -11,9 +11,6 @@ import (
)
func main() {
// DIE BUBBLE TEA MAGIE:
// Erstellt/Öffnet die Datei und leitet das Standard-"log" Paket um.
// Das "debug" Präfix wird vor jede Zeile geschrieben.
f, err := tea.LogToFile("debug.log", "debug")
if err != nil {
fmt.Println("Konnte Log-Datei nicht erstellen:", err)