diff options
| author | Jeff Carr <[email protected]> | 2024-12-16 00:21:41 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-16 00:21:41 -0600 |
| commit | 811e3e108aa88b83dbbc7ff93721d243efcf6dc3 (patch) | |
| tree | 7e7e77dd950faf3db38af39c1530570b9c6c31ac /wit.go | |
| parent | df5d2abea45f3c43e392f5c2ce1ba9e5524653c1 (diff) | |
todo: return to fixing thisv0.0.20
Diffstat (limited to 'wit.go')
| -rw-r--r-- | wit.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
