Golang: Splitting an io.Reader into many

Опубликовано: 16 Июнь 2026
на канале: Story Feet
764
16

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...