summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index b209c9b..8c8caed 100644
--- a/structs.go
+++ b/structs.go
@@ -1,9 +1,12 @@
package main
+import "github.com/digitalocean/go-qemu/hypervisor"
+
var me *Virtigod
// this app's variables
type Virtigod struct {
Hostname string
dirs []string
+ hv *hypervisor.Hypervisor
}