summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-22 07:17:28 -0600
committerJeff Carr <[email protected]>2025-02-22 07:17:28 -0600
commit58ad49600aa3edc0d020a4ae4cd6d80a6347a730 (patch)
tree5eb32646b56c8beb642369821507b8befa25231c /main.go
parent2152a6477fc93581948ef42acea72bb97b7aae49 (diff)
fixes base on new package librariesv0.0.51v0.0.50v0.0.49v0.0.48v0.0.47v0.0.46
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 7258a47..1819d77 100644
--- a/main.go
+++ b/main.go
@@ -10,6 +10,7 @@ import (
"go.wit.com/dev/alexflint/arg"
"go.wit.com/lib/protobuf/forgepb"
+ "go.wit.com/lib/protobuf/zoopb"
"go.wit.com/log"
)
@@ -46,7 +47,7 @@ func main() {
// me.machine.ConfigLoad()
me.forge = forgepb.InitPB()
- me.forge.InitMachine()
+ me.machine = zoopb.InitMachine()
go NewWatchdog()