diff options
| author | Jeff Carr <[email protected]> | 2024-10-31 06:50:17 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-31 06:50:17 -0500 |
| commit | a345a813d887b02d9c6eaea9d4645cf5c30f0573 (patch) | |
| tree | b10b29c7d9d42673a126b62892f8b56df7aac87f /structs.go | |
| parent | cc092bd8955ce7589fb2d92c091a5da3f8f714e5 (diff) | |
rename to virtigolib
Signed-off-by: Jeff Carr <[email protected]>
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 } |
