Go Local CI with GoConvey When I first checked out GoConvey, the project I was working on at the time had tests that took upwards of 30s to complete, which resulted in an incredibly frustrating experience. Ultimately I just stopped using it, and wrote off GoConvey as a cool,
Go Go-mapreduce tl;dr I've put together an easy to use Map/Reduce package for Go. It manages the creation of background workers (goroutines) and the channels that connect them. Go-mapreduce go-mapreduce is a simple Go package that makes it super easy to apply the Map/