diff options
| author | Jeff Carr <[email protected]> | 2024-02-29 21:57:33 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-29 21:57:33 -0600 |
| commit | ca67fa6cd1ea401d6a7d1ab10b265b1d6f049acb (patch) | |
| tree | 3d7afa3e87cef59812c33b5119c6299b362e21f3 /common.go | |
| parent | e4769df09034e8f5cdea1b941b2e260e91f14c15 (diff) | |
deprecate old go statev0.21.1
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" { |
