From 811e3e108aa88b83dbbc7ff93721d243efcf6dc3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 16 Dec 2024 00:21:41 -0600 Subject: [PATCH] todo: return to fixing this --- wit.go | 1 + 1 file changed, 1 insertion(+) diff --git a/wit.go b/wit.go index bfe424e..037de84 100644 --- a/wit.go +++ b/wit.go @@ -76,6 +76,7 @@ func (m *Machine) FindVersion(name string, version string) *Package { } // read the package list file from mirrors.wit.com +// obviously a hack at this point func (m *Machine) InitWit() error { if m.Wit == nil { m.Wit = new(Packages)