diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 } |
