Home

Awesome

go-actor examples

test lint

This repository hosts various examples for go-actor.

How to use examples

To make the most out of this read each example package found in /example directory. Every example has bootstrap.go that sets up logic and explains idea behind this example. It is also advised to read other source files in example directory (package).

Every example cloud be executed with following command:

// make run {example number}

make run 1

Contribution

All contributions are useful, whether it is a simple typo, a more complex change, or just pointing out an issue. We welcome any contribution so feel free to open PR or issue.