package main import ( "go.wit.com/log" ) func (d *DropletT) Start() { log.Info("a new virtual machine is running") }