Add go-safe (#3197)

This commit is contained in:
kenkyu392 2020-08-05 01:54:02 +09:00 committed by GitHub
parent 35ce47a315
commit 7a4f43afc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.