From 2af27dcdc374ba706bb332cbc3b8ffaa7e28ffff Mon Sep 17 00:00:00 2001 From: Raj Nandan Sharma Date: Fri, 15 Nov 2024 23:16:17 +0530 Subject: [PATCH] add go tripper (#5426) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 595d25ea99..f30c904144 100644 --- a/README.md +++ b/README.md @@ -2811,6 +2811,7 @@ _General utilities and tools to make your life easier._ - [go-rate](https://github.com/beefsack/go-rate) - Timed rate limiter for Go. - [go-sitemap-generator](https://github.com/ikeikeikeike/go-sitemap-generator) - XML Sitemap generator written in Go. - [go-trigger](https://github.com/sadlil/go-trigger) - Go-lang global event triggerer, Register Events with an id and trigger the event from anywhere from your project. +- [go-tripper](https://github.com/rajnandan1/go-tripper) - Tripper is a circuit breaker package for Go that allows you to circuit and control the status of circuits. - [go-type](https://github.com/mikekonan/go-types) - Library providing Go types for store/validation and transfer of ISO-4217, ISO-3166, and other types. - [goback](https://github.com/carlescere/goback) - Go simple exponential backoff package. - [goctx](https://github.com/zerosnake0/goctx) - Get your context value with high performance.