diff options
| author | Jeff Carr <[email protected]> | 2024-10-12 10:59:11 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-12 10:59:11 -0500 |
| commit | d08d9f99bee4d4e93a8beda780d8e9f6099e32cb (patch) | |
| tree | 78540be4d3b371569f59ee863621b03786a479c5 /event.go | |
| parent | 0751e80559cbb34bc23639328938780c64063c92 (diff) | |
ugly but limping along progress
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'event.go')
| -rw-r--r-- | event.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/event.go b/event.go new file mode 100644 index 0000000..5a31eb1 --- /dev/null +++ b/event.go @@ -0,0 +1,9 @@ +package main + +import ( + "go.wit.com/log" +) + +func (d *DropletT) Start() { + log.Info("a new virtual machine is running") +} |
