Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 277 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 277 Bytes

go-conc

Code created while working through "Learn Concurrent Programming with Go" by James Cutajar.

structure

executable programs are located in the cmd dir. some manually implemented synchronization constructs can be found in the internal package.