diff options
| author | Jeff Carr <[email protected]> | 2025-01-18 15:48:52 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-18 15:48:52 -0600 |
| commit | ac2958e5598a33230caa81a307cde211f1be07cc (patch) | |
| tree | 167d8787de450e7c6e98474e147e8047b9adfdd8 /structs.go | |
| parent | a15d447fbd49c2ef7732abc77c973a2469fdac99 (diff) | |
code now moved to gitpbv0.22.33
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 |
