summaryrefslogtreecommitdiff
path: root/wit.go
diff options
context:
space:
mode:
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)