From 663b031c8f22f3c58de29410c9764abf2f29b095 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 9 Oct 2021 06:38:32 -0500 Subject: NODE: walking around in the rabbit hole --- structs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 961e743..3bb8c05 100644 --- a/structs.go +++ b/structs.go @@ -28,6 +28,7 @@ type GuiConfig struct { depth int counter int // used to make unique ID's + prefix string } type GuiData struct { -- cgit v1.2.3