diff options
| author | Jeff Carr <[email protected]> | 2024-02-18 17:57:12 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-18 17:57:12 -0600 |
| commit | be73f6af0ea749ba87f301b85e60a4b95f1b8038 (patch) | |
| tree | fac64c3472f63eb843b71941b634b1040f5a024c /common.go | |
| parent | 1bafc298d3b37ca863ce58aba43c65081766f127 (diff) | |
deprecate
Diffstat (limited to 'common.go')
| -rw-r--r-- | common.go | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -166,11 +166,13 @@ func (rs *RepoStatus) Build() bool { return false } -func (rs *RepoStatus) GetGoSumStatus() string { +// moved to repolist +func (rs *RepoStatus) GetGoSumStatusOld() string { return rs.goSumStatus.String() } -func (rs *RepoStatus) SetGoSumStatus(s string) { +// moved to repolist +func (rs *RepoStatus) SetGoSumStatusOld(s string) { rs.goSumStatus.SetText(s) } |
