From 7a4f43afc1e28cb0ee6fa51e4b08c2da31c03edc Mon Sep 17 00:00:00 2001 From: kenkyu392 <57144941+kenkyu392@users.noreply.github.com> Date: Wed, 5 Aug 2020 01:54:02 +0900 Subject: [PATCH] Add go-safe (#3197) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ddd49156..207da423 100644 --- a/README.md +++ b/README.md @@ -1908,6 +1908,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-lock](https://github.com/viney-shih/go-lock) - go-lock is a lock library implementing read-write mutex and read-write trylock without starvation. * [go-problemdetails](https://github.com/mvmaasakkers/go-problemdetails) - Go package for working with Problem Details. * [go-rate](https://github.com/beefsack/go-rate) - Timed rate limiter for Go. +* [go-safe](https://github.com/kenkyu392/go-safe) - Panic-safe sandbox. * [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. * [goback](https://github.com/carlescere/goback) - Go simple exponential backoff package.