Get it compiling

This commit is contained in:
Lea Anthony
2020-09-11 20:39:48 +10:00
committed by Travis McLane
parent c158fd369a
commit 852bbd148c
9 changed files with 894 additions and 74 deletions

View File

@@ -0,0 +1,8 @@
// +build darwin
package system
func (i *Info) discover() error {
return nil
}