[go-nuts] [ANN] gopeek - Peeks goroutines and helps gophers cope with

2017-01-10 Thread neat cat
Hi all, I've been working on solve an issue discussed on https://github.com/uber-go/ratelimit/pull/1#discussion-diff-78767601 . After a few attempts, I come up with a general solution to solve this one. (I already have PRed and now review is ongoing) https://github.com/cat2neat/gopeek gopeek pee

[go-nuts] [ANN] gtcp - TCP server framework that inherits battle-tested code from net/http(tips

2017-01-10 Thread neat cat
Hi all, I love go especially to write any server stuffs and wish if there was a generic server stuff that inherits battle-tested code from net/http (proper error handling, heuristic exponential backoff value working well in most cases and Close/Shutdown operations that will be introduced in 1.8 an