Practice programming in Go by implementing both the merge sort and quick sort with and without goroutines.
On a linux or mac run terminal command within project directory:
make run
On a linux or mac run terminal command within project directory:
make test