summaryrefslogtreecommitdiff
path: root/event.go
blob: 5a31eb1163aba71a102fea21f613236e97a4ecb8 (plain)
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")
}