summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-20 06:54:11 -0600
committerJeff Carr <[email protected]>2024-02-20 06:54:11 -0600
commitd16cc92286616ab39926c21bb43dbfc3ec4e2486 (patch)
tree333691fd24670d1be297a9543231c543b952e3d9 /structs.go
parentae7e9ba42c44687db038cacf7e0ae845e497f6e0 (diff)
first pass at cleaning up the go.* logic
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/structs.go b/structs.go
index 869a9f8..5afc1c8 100644
--- a/structs.go
+++ b/structs.go
@@ -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