summaryrefslogtreecommitdiff
path: root/wit.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-16 00:21:41 -0600
committerJeff Carr <[email protected]>2024-12-16 00:21:41 -0600
commit811e3e108aa88b83dbbc7ff93721d243efcf6dc3 (patch)
tree7e7e77dd950faf3db38af39c1530570b9c6c31ac /wit.go
parentdf5d2abea45f3c43e392f5c2ce1ba9e5524653c1 (diff)
todo: return to fixing thisv0.0.20
Diffstat (limited to 'wit.go')
-rw-r--r--wit.go1
1 files changed, 1 insertions, 0 deletions
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)