virtigo/event.go

10 lines
121 B
Go
Raw Normal View History

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