1 2 3 4 5 6 7 8 9
package main import ( "go.wit.com/log" ) func (d *DropletT) Start() { log.Info("a new virtual machine is running") }