diff options
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 |
