Windows: Refactor sysinfo for compilation
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
39a74950fe
commit
e34cec1021
3 changed files with 87 additions and 78 deletions
7
sysinfo/sysinfo_windows.go
Normal file
7
sysinfo/sysinfo_windows.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package sysinfo
|
||||
|
||||
// TODO Windows
|
||||
func New(quiet bool) *SysInfo {
|
||||
sysInfo := &SysInfo{}
|
||||
return sysInfo
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue