package system import ( "testing" ) func TestGetInfo(t *testing.T) { info, err := GetInfo() if err != nil { panic(err) } }