diff options
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) |
