From 627fc436ce61d49c07ae430d12cb8efcba99dc2c Mon Sep 17 00:00:00 2001 From: Marco Ferragina Date: Mon, 2 Aug 2021 16:09:04 +0200 Subject: [PATCH] Add github.com/ferama/rospo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f85a0b9c..1b87c9f3 100644 --- a/README.md +++ b/README.md @@ -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.