first commit
This commit is contained in:
parent
552ea62601
commit
7d84e1743b
3
main.go
3
main.go
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue