summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-26 05:17:51 -0500
committerJeff Carr <[email protected]>2024-10-26 05:17:51 -0500
commit0dc393896c640d220a0825b56cc991e91963b7f9 (patch)
tree3c3bd515e61c86bd66a764a740159deda66ce9d3 /main.go
parent11f0cd97b596c2b08936edc2a99c5dac38df7637 (diff)
still works
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.go b/main.go
index 18b5c68..e7d3feb 100644
--- a/main.go
+++ b/main.go
@@ -11,8 +11,8 @@ import (
"github.com/google/uuid"
"go.wit.com/dev/alexflint/arg"
pb "go.wit.com/lib/protobuf/virtbuf"
- "go.wit.com/log"
"go.wit.com/lib/virtigoxml"
+ "go.wit.com/log"
)
var Version string
@@ -46,6 +46,7 @@ func main() {
u := uuid.New()
me.events.Uuid = u.String()
me.events.Version = "dirty v1"
+ me.dmap = make(map[*pb.Droplet]*DropletT)
err := cfgfile()
if err != nil {