diff options
| author | Jeff Carr <[email protected]> | 2024-10-26 05:17:51 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-26 05:17:51 -0500 |
| commit | 0dc393896c640d220a0825b56cc991e91963b7f9 (patch) | |
| tree | 3c3bd515e61c86bd66a764a740159deda66ce9d3 /main.go | |
| parent | 11f0cd97b596c2b08936edc2a99c5dac38df7637 (diff) | |
still works
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 { |
