diff options
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 |
