diff options
Diffstat (limited to 'start.go')
| -rw-r--r-- | start.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,12 +10,12 @@ import ( "libvirt.org/go/libvirtxml" - pb "go.wit.com/lib/protobuf/virtbuf" + "go.wit.com/lib/protobuf/virtpb" "go.wit.com/log" ) // generate the XML for 'virsh create' -func GenerateDropletXml(dirs []string, d *pb.Droplet, domcfg *libvirtxml.Domain, hostname string) error { +func GenerateDropletXml(dirs []string, d *virtpb.Droplet, domcfg *libvirtxml.Domain, hostname string) error { if d == nil { return errors.New("*droplet == nil") } |
