From 754371fdbf52d61dcd57d1b32b453b676cee01cf Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 17 Feb 2024 15:47:46 -0600 Subject: export Status --- docs.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs.go') diff --git a/docs.go b/docs.go index f740db3..b5baca2 100644 --- a/docs.go +++ b/docs.go @@ -30,10 +30,10 @@ func docsBox(vbox *gui.Node) { fmt.Fprintln(f, "use (") for _, repo := range repolist.AllRepos() { if repo.Exists("go.mod") { - fmt.Fprintln(f, "\t"+repo.String()) + fmt.Fprintln(f, "\t"+repo.Status.GoPath()) } else { - log.Info("missing go.mod for", repo.String()) - repo.MakeRedomod() + log.Info("missing go.mod for", repo.Status.Path()) + repo.Status.MakeRedomod() } } fmt.Fprintln(f, ")") -- cgit v1.2.3