summaryrefslogtreecommitdiff
path: root/common.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-29 21:57:33 -0600
committerJeff Carr <[email protected]>2024-02-29 21:57:33 -0600
commitca67fa6cd1ea401d6a7d1ab10b265b1d6f049acb (patch)
tree3d7afa3e87cef59812c33b5119c6299b362e21f3 /common.go
parente4769df09034e8f5cdea1b941b2e260e91f14c15 (diff)
deprecate old go statev0.21.1
Diffstat (limited to 'common.go')
-rw-r--r--common.go2
1 files changed, 2 insertions, 0 deletions
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" {