summaryrefslogtreecommitdiff
path: root/common.go
diff options
context:
space:
mode:
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" {