Hacker News new | ask | show | jobs
by avitzurel 3704 days ago
I have used Gor lots of times before and when I got into Go it was one of the first source codes I looked at.

I love seeing open source projects developing a "Pro" version. I've been using Sidekiq Pro for a long time now and I know for sure it won't be as heavily maintained as it is without the Pro option.

As far as Gor goes, when you develop a new feature, it's a really powerful tool to pass some of the production traffic to staging to see how the new feature reacts with real world traffic. It's a sure way to find bugs you usually miss with testing.

1 comments

Thank you! Mike Perham and Sidekiq in particual was main inspiration for me to start working on Gor full time and introduce Pro version.