From edd265cdb145f62a7328fb2020234e79fa7759c9 Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Thu, 12 Oct 2023 00:11:28 -0500 Subject: [PATCH] Add link to Go port in the readme (#68) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 74529de..a797d0e 100644 --- a/readme.md +++ b/readme.md @@ -51,3 +51,4 @@ The `random` spinner will return a random spinner each time it's called. - [CLISpinner](https://github.com/kiliankoe/CLISpinner) - Terminal spinners for Swift - [py-spinners](https://github.com/ManrajGrover/py-spinners) - Python port - [spinners](https://github.com/FGRibreau/spinners) - Terminal spinners for Rust +- [go-spinners](https://github.com/gabe565/go-spinners) - Go port