diff options
Diffstat (limited to 'common.go')
| -rw-r--r-- | common.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" { |
