Hacker News new | ask | show | jobs
by krsoninikhil 187 days ago
This seems helpful. If you're writing new applications frequently, have something like this really helps.

I created a simple start kit set of packages for my projects, not as exhaustive as yours though -- https://github.com/krsoninikhil/go-rest-kit

2 comments

Nice work! I have something similar, but its a bit more generic and extensive - https://github.com/oddbit-project/blueprint
Just checked yours, it is really helpful for those who want to start quickly, some people won't use mine because it is too much for their use case.

Thanks for your feedback, and I am always open for any questions!