diff options
| author | Jeff Carr <[email protected]> | 2024-01-23 22:47:39 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-23 22:47:39 -0600 |
| commit | 7c82f918aa8da546f038ed5cf4c682f5787a191f (patch) | |
| tree | 62b0725a7b96ee2547fbfa24b81c0d0dbf15ebe3 /structs.go | |
| parent | edf74e160e047e3bad86f7cf52032c12cf0813f0 (diff) | |
detect go.sum is clean
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 16 |
1 files changed, 7 insertions, 9 deletions
@@ -10,21 +10,19 @@ type RepoStatus struct { hidden bool changed bool - // repopath string - lasttagrev string - tags map[string]string + // lasttagrev string + tags map[string]string parent *gui.Node window *gadgets.BasicWindow - // group *gui.Node - // grid *gui.Node - // status *gadgets.OneLiner dirtyLabel *gadgets.OneLiner - path *gadgets.OneLiner - goSrcPath *gadgets.OneLiner - realPath *gadgets.OneLiner + readOnly *gadgets.OneLiner + + path *gadgets.OneLiner + goSrcPath *gadgets.OneLiner + realPath *gadgets.OneLiner currentBranch *gadgets.OneLiner currentVersion *gadgets.OneLiner |
