yeet json logic for now
This commit is contained in:
parent
548f46b181
commit
81839cd119
1 changed files with 0 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue