Uploading some snippets I created to help me better understand concurrency in general and specifically concurrency in golang.
actors.go is my attempt to better understand golang's channels. I'm mapping my understanding of concurrency from my experience with Elixir / Erlang and actors onto golang until I have more opinions.