Contributed code removed in v5 #194
Closed
System-Glitch
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some code from contributors is removed in v5. I would like to notice the owners and explain the reasons behind the removal. I sincerely appreciate the work everyone of you submitted!
@agbaraka
utils.Map
: the syntaxmap[string]any
is short enough to not be annoying to write. So I decided to make the package lighter and remove it. If you still want to use it, this is still a simple type to implement inside your projects.ratelimit
package: This implementation couldn't be used in a realistic production environment and didn't cover critical aspects of a real application.redis_rate
.@imuni4fun
TestSuite
has been entirely removed, including your change on interface compatibility. The testing utilities are now located in a packageutil/testutil
. This package is agnostic, meaning it doesn't depend on testify anymore.Thank you again for your work, and I hope you enjoy using the framework! Your contributions will always be welcome.
Beta Was this translation helpful? Give feedback.
All reactions