From be73f6af0ea749ba87f301b85e60a4b95f1b8038 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 18 Feb 2024 17:57:12 -0600 Subject: deprecate --- common.go | 6 ++++-- 1 file 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) } -- cgit v1.2.3