summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-18 15:48:52 -0600
committerJeff Carr <[email protected]>2025-01-18 15:48:52 -0600
commitac2958e5598a33230caa81a307cde211f1be07cc (patch)
tree167d8787de450e7c6e98474e147e8047b9adfdd8 /structs.go
parenta15d447fbd49c2ef7732abc77c973a2469fdac99 (diff)
code now moved to gitpbv0.22.33
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/structs.go b/structs.go
index 7436ea3..72f7fa6 100644
--- a/structs.go
+++ b/structs.go
@@ -10,8 +10,8 @@ type RepoStatus struct {
ready bool
changed bool // keeps track of changes that might have happened
changes string
- tags map[string]string
- InitOk bool // it takes a second or so to init these
+ // tags map[string]string
+ InitOk bool // it takes a second or so to init these
pb *gitpb.Repo // the protobuf
@@ -74,7 +74,7 @@ type RepoStatus struct {
speed *gadgets.OneLiner
speedActual *gadgets.OneLiner
- gitConfig *GitConfig
+ // gitConfig *GitConfig
// goConfig GoConfig
switchBranchB *gui.Node