todo: return to fixing this

This commit is contained in:
Jeff Carr 2024-12-16 00:21:41 -06:00
parent df5d2abea4
commit 811e3e108a
1 changed files with 1 additions and 0 deletions

1
wit.go
View File

@ -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)