diff options
| author | Jeff Carr <[email protected]> | 2024-02-20 06:54:11 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-20 06:54:11 -0600 |
| commit | d16cc92286616ab39926c21bb43dbfc3ec4e2486 (patch) | |
| tree | 333691fd24670d1be297a9543231c543b952e3d9 /structs.go | |
| parent | ae7e9ba42c44687db038cacf7e0ae845e497f6e0 (diff) | |
first pass at cleaning up the go.* logic
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -22,10 +22,10 @@ type RepoStatus struct { // a box of all the git tags Tags *GitTagBox - dirtyLabel *gadgets.OneLiner - readOnly *gadgets.OneLiner - goSumStatus *gadgets.OneLiner - gitState *gadgets.OneLiner + dirtyLabel *gadgets.OneLiner + readOnly *gadgets.OneLiner + gitState *gadgets.OneLiner + primitive *gadgets.OneLiner path *gadgets.OneLiner goSrcPath *gadgets.OneLiner |
