summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-28 18:36:00 -0600
committerJeff Carr <[email protected]>2024-11-28 18:36:00 -0600
commitcc7a1b0bdc69335132a022111c759931db6d1566 (patch)
treea2d2afaa3c1e53232c63ed4ff31759665c15a59a /structs.go
parentbe0378f5486184b69b5da59461786477d753b8a3 (diff)
compiles. kinda runs
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 4817831..5b04899 100644
--- a/structs.go
+++ b/structs.go
@@ -24,7 +24,7 @@ type RepoList struct {
// the main window and box
mainWindow *gui.Node
- mainbox *gui.Node
+ mainbox *gui.Node
onlyMe bool
goSrcPwd string