Hacker News new | ask | show | jobs
by candiddevmike 809 days ago
There aren't any tests...?

If folks are looking for a serious rate limiting package for Go, limiter is a good start: https://github.com/ulule/limiter

1 comments

I'm sure that the people needing a "serious" solution would realize that a weekend project is probably not that.
Still, the README says:

> For production use, fork it and made changes based on your need.

...instead of the standard "this is work in progress/just a prototype/weekend project, don't use it in production!" disclaimer (which of course won't reliably stop people from using it in production either, but at least they can't say they haven't been adequately warned).