From f49c60f10437faf997ff11b710f9f950effc8c33 Mon Sep 17 00:00:00 2001 From: Woojong Koh Date: Tue, 29 Jul 2025 18:51:46 +0900 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fbf9455..8992159 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,7 @@ Example of file decoding with seek capability: ## Bindings * https://github.com/tosone/minimp3 - go bindings + * https://github.com/cowork-ai/go-minimp3 - go bindings * https://github.com/notviri/rmp3 - rust `no_std` bindings which don't allocate. * https://github.com/germangb/minimp3-rs - rust bindings * https://github.com/johangu/node-minimp3 - NodeJS bindings