Example #1
0
func init() {
	vm.Register("local", ctor)
}
Example #2
0
func init() {
	vm.Register("gce", ctor)
}
Example #3
0
func init() {
	vm.Register("adb", ctor)
}
Example #4
0
func init() {
	vm.Register("qemu", ctor)
}
Example #5
0
func init() {
	vm.Register("kvm", ctor)
}