diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
