The challenge for this lesson, was to take a single io.reader and split it into more than one.
this was harder than expected as leaving the Concurrency for the outside as golang people often recommend created problems.
code is available at https://github.com/coderconvoy/iospli...