summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-14 10:36:46 -0600
committerJeff Carr <[email protected]>2024-01-14 10:36:46 -0600
commit269490693ec8a153ab7d6718d9ecd7e09b6c322d (patch)
tree0f9df762066e31f5538cc5c6b0b66b1bcc104c69 /structs.go
parent85d74dd70d06d8abf66256a1f1d9a6f2f1b57638 (diff)
margin works
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go16
1 files changed, 7 insertions, 9 deletions
diff --git a/structs.go b/structs.go
index b56cbc1..773da16 100644
--- a/structs.go
+++ b/structs.go
@@ -1,20 +1,18 @@
-// This is a simple example
+// watch all your go git repos
package main
import (
-// "os/user"
-// "io/ioutil"
-// "strings"
-
-// "go.wit.com/log"
-
"go.wit.com/gui/gui"
-// "go.wit.com/gui/gadgets"
+ "go.wit.com/gui/gadgets"
"go.wit.com/gui/gadgets/repostatus"
-// "go.wit.com/apps/control-panel-dns/smartwindow"
)
+// the main window nodes
var myGui *gui.Node
+var reposwin *gadgets.BasicWindow
+var reposbox *gui.Node
+var reposgrid *gui.Node
+var reposgroup *gui.Node
var allrepos []*repo