diff options
| author | Jeff Carr <[email protected]> | 2024-01-14 10:36:46 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-14 10:36:46 -0600 |
| commit | 269490693ec8a153ab7d6718d9ecd7e09b6c322d (patch) | |
| tree | 0f9df762066e31f5538cc5c6b0b66b1bcc104c69 /structs.go | |
| parent | 85d74dd70d06d8abf66256a1f1d9a6f2f1b57638 (diff) | |
margin works
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 16 |
1 files changed, 7 insertions, 9 deletions
@@ -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 |
