From 5d031310474e67e211449c434489ec537cabc51f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 26 Nov 2024 03:16:06 -0600 Subject: try doc syntax from rill --- forgeConfig/main.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'forgeConfig') diff --git a/forgeConfig/main.go b/forgeConfig/main.go index ccb3596..1efa31e 100644 --- a/forgeConfig/main.go +++ b/forgeConfig/main.go @@ -20,12 +20,12 @@ func main() { if argv.List { repos.PrintTable() /* - log.Info(forgepb.RepoHeader()) - loop := repos.SortByPath() // get the list of repos - for loop.Scan() { - r := loop.Repo() - log.Info("repo:", r.GoPath) - } + log.Info(forgepb.RepoHeader()) + loop := repos.SortByPath() // get the list of repos + for loop.Scan() { + r := loop.Repo() + log.Info("repo:", r.GoPath) + } */ os.Exit(0) } -- cgit v1.2.3