Making it not crash on Windows

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard 2016-02-28 18:28:09 -08:00
parent b413f33b99
commit 3d8e37cf9d
8 changed files with 146 additions and 101 deletions

View file

@ -0,0 +1,5 @@
package supervisor
func CollectMachineInformation() (Machine, error) {
return Machine{}, nil
}