diff options
Diffstat (limited to 'start.go')
| -rw-r--r-- | start.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,13 +5,13 @@ package main import ( "errors" - pb "go.wit.com/lib/protobuf/virtbuf" + "go.wit.com/lib/protobuf/virtpb" "go.wit.com/lib/virtigolib" "go.wit.com/log" "libvirt.org/go/libvirtxml" ) -func newStart(start string, d *pb.Droplet) error { +func newStart(start string, d *virtpb.Droplet) error { if d == nil { log.Info("log.Info: droplet is unknown:", start) return errors.New("droplet is unknown: " + start) |
