From d3890e6e50df3c230e58b580f684ce3f6f0e6828 Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Wed, 7 Jan 2026 14:13:29 +0100 Subject: [PATCH] Update languages.markdown --- languages.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/languages.markdown b/languages.markdown index 3e9ac2f9..3c615bec 100644 --- a/languages.markdown +++ b/languages.markdown @@ -17,7 +17,8 @@ id: languages * Perl: [RxPerl](https://metacpan.org/pod/RxPerl) * Ruby: [Rx.rb](https://github.com/Reactive-Extensions/Rx.rb) * Python: [RxPY](https://github.com/ReactiveX/RxPY) -* Go: [RxGo](https://github.com/ReactiveX/RxGo) +* Go(Official): [RxGo](https://github.com/ReactiveX/RxGo) +* Go(Alternative): [ro](https://github.com/samber/ro) * Groovy: [RxGroovy](https://github.com/ReactiveX/RxGroovy) * JRuby: [RxJRuby](https://github.com/ReactiveX/RxJRuby) * Kotlin(RxJava): [RxKotlin](https://github.com/ReactiveX/RxKotlin)