Add github.com/ferama/rospo

This commit is contained in:
Marco Ferragina 2021-08-02 16:09:04 +02:00 committed by Avelino
parent 122b79409d
commit 627fc436ce

View File

@ -2148,6 +2148,7 @@ _**Unofficial** set of patterns for structuring projects._
* [retry](https://github.com/shafreeck/retry) - A pretty simple library to ensure your work to be done.
* [retry-go](https://github.com/rafaeljesus/retry-go) - Retrying made simple and easy for golang.
* [robustly](https://github.com/VividCortex/robustly) - Runs functions resiliently, catching and restarting panics.
* [rospo](https://github.com/ferama/rospo) - Simple and reliable ssh tunnels with embedded ssh server in Golang
* [scan](https://github.com/blockloop/scan) - Scan golang `sql.Rows` directly to structs, slices, or primitive types.
* [scany](https://github.com/georgysavva/scany) - Library for scanning data from a database into Go structs and more.
* [serve](https://github.com/syntaqx/serve) - A static http server anywhere you need.