Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 321 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 321 Bytes

Go channel merger

The Why/What

A geeky challenge I made for myself : How to merge two separate go int channels the best way possible in 10 minutes !

Tests

abdelkader@nucleus$ go test -v

=== RUN   TestMerge
--- PASS: TestMerge (5.01s)
PASS
ok  	_/Users/abdelkader/Propertyfinder/go-channel-merger	5.091s