Windows: Refactor sysinfo for compilation

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard 2015-05-14 09:05:14 -07:00
parent 39a74950fe
commit e34cec1021
3 changed files with 87 additions and 78 deletions

View file

@ -0,0 +1,7 @@
package sysinfo
// TODO Windows
func New(quiet bool) *SysInfo {
sysInfo := &SysInfo{}
return sysInfo
}