diff options
| author | Jeff Carr <[email protected]> | 2024-10-31 13:12:11 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-31 13:12:11 -0500 |
| commit | e8834578fbecc48b133e6550829de4766bc309a8 (patch) | |
| tree | 87c812f1e056debab780b2c8b83d46a62b3eda2f /example/main.go | |
| parent | 10793e365d594e98bbc8e04251cfbc6b6b3ddbea (diff) | |
example runs
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'example/main.go')
| -rw-r--r-- | example/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
