todo: return to fixing this
This commit is contained in:
parent
df5d2abea4
commit
811e3e108a
1
wit.go
1
wit.go
|
@ -76,6 +76,7 @@ func (m *Machine) FindVersion(name string, version string) *Package {
|
||||||
}
|
}
|
||||||
|
|
||||||
// read the package list file from mirrors.wit.com
|
// read the package list file from mirrors.wit.com
|
||||||
|
// obviously a hack at this point
|
||||||
func (m *Machine) InitWit() error {
|
func (m *Machine) InitWit() error {
|
||||||
if m.Wit == nil {
|
if m.Wit == nil {
|
||||||
m.Wit = new(Packages)
|
m.Wit = new(Packages)
|
||||||
|
|
Loading…
Reference in New Issue