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