diff options
| author | Jeff Carr <[email protected]> | 2024-10-17 17:15:49 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-17 17:15:49 -0500 |
| commit | ca0d7ddde751a2d582a03f0ad70cec4c8c767145 (patch) | |
| tree | 0a7f952c7f1fcb214d3e0684ddbbdfd8084ccd1c /main.go | |
| parent | 84390c4ebce12ee2ae6359c09e682778e0406bc1 (diff) | |
have to close domains or things hang
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ import ( "net" "time" - hypervisor "github.com/digitalocean/go-qemu/hypervisor" + "github.com/digitalocean/go-qemu/hypervisor" ) var Version string |
