Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 451 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 451 Bytes

#Working with goroutines

This repository contains some example code for a blog post that can be found here

#up and running

  1. git clone git@github.com:nilpath/goroutine-example.git the repo into your go src folder
  2. cd to the folder
  3. run go build
  4. run ./goroutine-example

You can toggle between the examples by comment / uncomment the function calls in the main function.