From 985c42221758e40b2811bdd61d6941bda63dccc1 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 17 Feb 2024 15:48:56 -0600 Subject: export Status --- new.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'new.go') diff --git a/new.go b/new.go index 0f56ac2..f6841c3 100644 --- a/new.go +++ b/new.go @@ -27,7 +27,7 @@ func splitLine(line string) (string, string, string, string) { func RepoType() { for _, repo := range me.allrepos { - switch repo.status.RepoType() { + switch repo.Status.RepoType() { case "binary": //log.Info("compile here. Show()") repo.Show() -- cgit v1.2.3