I've created a very small queue library over Redis, but this is my first "complete" Go project and I don't feel it very idiomatic. (Especially the testing, maybe I should mock the client and forget the helper...)
Anyway, I'm open for every tips and helps how to make this more "goish".
