summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
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