From e6f883a9b5e62cb5d52e5c2dbc37d3d15db11b12 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 5 Nov 2024 05:58:54 -0600 Subject: final commits before release Signed-off-by: Jeff Carr --- structs.go | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index e9916b5..e30119e 100644 --- a/structs.go +++ b/structs.go @@ -10,7 +10,7 @@ type RepoStatus struct { changed bool // keeps track of changes that might have happened changes string tags map[string]string - InitOk bool // it takes a second or so to init these + InitOk bool // it takes a second or so to init these // used to temporarily tell the automation tools to // try to ignore this repo's changes and state @@ -23,11 +23,13 @@ type RepoStatus struct { Tags *GitTagBox // a box of all the git tags dirtyLabel *gadgets.OneLiner - dirtyList string // the output from git status --porcelain + dirtyList string // the output from git status --porcelain readOnly *gadgets.OneLiner gitState *gadgets.OneLiner - primitive *gadgets.OneLiner - private *gadgets.OneLiner + + primitive *gadgets.OneLiner // aka: doesn't have a go.sum file + private *gadgets.OneLiner // it's not possible to publish this to pkg.go.dev + protobuf *gadgets.OneLiner // is this repo a protobuf repo? path *gadgets.OneLiner goSrcPath *gadgets.OneLiner -- cgit v1.2.3