summaryrefslogtreecommitdiff
path: root/common.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-18 17:57:12 -0600
committerJeff Carr <[email protected]>2024-02-18 17:57:12 -0600
commitbe73f6af0ea749ba87f301b85e60a4b95f1b8038 (patch)
treefac64c3472f63eb843b71941b634b1040f5a024c /common.go
parent1bafc298d3b37ca863ce58aba43c65081766f127 (diff)
deprecate
Diffstat (limited to 'common.go')
-rw-r--r--common.go6
1 files changed, 4 insertions, 2 deletions
diff --git a/common.go b/common.go
index a2f71f2..d786ce1 100644
--- a/common.go
+++ b/common.go
@@ -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)
}