From e8834578fbecc48b133e6550829de4766bc309a8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 31 Oct 2024 13:12:11 -0500 Subject: example runs Signed-off-by: Jeff Carr --- example/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/main.go') diff --git a/example/main.go b/example/main.go index 8327628..4554af3 100644 --- a/example/main.go +++ b/example/main.go @@ -22,7 +22,7 @@ func main() { } var c *pb.NewCluster - c = new(pb.NewCluster) + c = pb.InitCluster() // log.Println(aCluster.String()) // show the droplets to STDOUT -- cgit v1.2.3