diff options
| author | Jeff Carr <[email protected]> | 2024-01-26 02:02:56 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-26 02:02:56 -0600 |
| commit | 9f26bc2d444b662a8ee19700612d6cc31d71df63 (patch) | |
| tree | 697c99415cd425db76a7c36252c0ccad99e34484 /structs.go | |
| parent | 2aed84cf3ae3b51c91d929aa675cdd774a9de0ce (diff) | |
go status moving here
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -17,8 +17,9 @@ type RepoStatus struct { window *gadgets.BasicWindow - dirtyLabel *gadgets.OneLiner - readOnly *gadgets.OneLiner + dirtyLabel *gadgets.OneLiner + readOnly *gadgets.OneLiner + goSumStatus *gadgets.OneLiner path *gadgets.OneLiner goSrcPath *gadgets.OneLiner |
