diff options
| author | Jeff Carr <[email protected]> | 2024-10-26 05:17:51 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-26 05:17:51 -0500 |
| commit | 0dc393896c640d220a0825b56cc991e91963b7f9 (patch) | |
| tree | 3c3bd515e61c86bd66a764a740159deda66ce9d3 /addDroplet.go | |
| parent | 11f0cd97b596c2b08936edc2a99c5dac38df7637 (diff) | |
still works
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'addDroplet.go')
| -rw-r--r-- | addDroplet.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addDroplet.go b/addDroplet.go index c2d15b8..25c729d 100644 --- a/addDroplet.go +++ b/addDroplet.go @@ -9,9 +9,9 @@ import ( "github.com/google/uuid" pb "go.wit.com/lib/protobuf/virtbuf" + "go.wit.com/lib/virtigoxml" "go.wit.com/log" "libvirt.org/go/libvirtxml" - "go.wit.com/lib/virtigoxml" ) // import a libvirt xml file |
