yeet json logic for now

This commit is contained in:
Imbus 2025-01-25 07:06:23 +01:00
parent 548f46b181
commit 81839cd119

View file

@ -1,7 +1,6 @@
package main
import (
"encoding/json"
"fmt"
"time"
_ "embed"
@ -47,11 +46,6 @@ func main() {
{"Deadly Boss Mods"},
}
enc, err := json.MarshalIndent(myList, "", " ")
if err == nil {
println(string(enc))
}
listContainer := container.NewVBox()
for _, item := range myList {