Hacker News new | ask | show | jobs
by jcuga 3874 days ago
I just wrote my first golang library: https://github.com/jcuga/golongpoll

I'm proud of it because its a general purpose library (http longpolling) versus random prototypes that I normally make. Also it has a lot of unit tests, code comments, and a decent README. I can appreciate the amount of work it takes to create a polished library for others to use after making one myself.