#Working with goroutines
This repository contains some example code for a blog post that can be found here
#up and running
git clone git@github.com:nilpath/goroutine-example.git
the repo into your go src foldercd
to the folder- run
go build
- run
./goroutine-example
You can toggle between the examples by comment / uncomment the function calls in the main function.