From 8e8d9e9a692e78c0a4b014fab048a2ee86caf855 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 21 Jul 2025 22:25:15 -0500 Subject: return a map of the repos & errors --- structs.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 3a6927e..b924c69 100644 --- a/structs.go +++ b/structs.go @@ -22,7 +22,8 @@ type Forge struct { fullscan time.Time // time of the last scan so it can be throttled hostname string // your hostname forgeURL string // URL to use to forge.wit.com - // Machine *zoopb.Machine // things for virtigo to track vm's + rillX int // used for Rill() + rillY int // used for Rill() } func (f *Forge) GetGoSrc() string { -- cgit v1.2.3