Tour of Go: Miguel's solutions
A gentle introduction to golang. Our main goal is to become familiar with the language constructs and syntax.
Run the exercises via go run {module}/{exercise-script}.go
. Ex:
go run concurrency/exercise-web-crawler.go