Skip to content

nononsensecode/golang-concurrency-patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Concurrency Patterns

In this repository, I implemented the concepts discussed in the Google I/O 2012 by Rob Pike who is one of the creators of the language. You can find the talk here. I used cobra for giving the implementation a easy interface.