From ca67fa6cd1ea401d6a7d1ab10b265b1d6f049acb Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 29 Feb 2024 21:57:33 -0600 Subject: deprecate old go state --- common.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common.go') diff --git a/common.go b/common.go index d675efd..f482ac7 100644 --- a/common.go +++ b/common.go @@ -94,6 +94,7 @@ func (r *RepoRow) LastTag() string { return r.lastTag.String() } +/* // returns the state of the GO go.mod and go.sum files // this is used to tell if they are valid and correctly reflect // the versions of the other GUI packages @@ -124,6 +125,7 @@ func (r *RepoRow) SetGoState(s string) { } r.goState.SetText(s) } +*/ func (r *RepoRow) IsPerfect() bool { if r.gitState.String() == "PERFECT" { -- cgit v1.2.3