Skip to content

A simple personal challenge : find the best way to merge two separate int go channels in 10 minutes !

Notifications You must be signed in to change notification settings

medinae/go-channel-merger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

About

A simple personal challenge : find the best way to merge two separate int go channels in 10 minutes !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages