From be3c2c8c5d219d406f759a0612552c4dc3154227 Mon Sep 17 00:00:00 2001 From: levlam Date: Tue, 28 Mar 2023 15:28:23 +0300 Subject: [PATCH] Add link to a Golang wrapper. --- example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/README.md b/example/README.md index 91e22d0cf..e027d38e7 100644 --- a/example/README.md +++ b/example/README.md @@ -87,7 +87,7 @@ TDLib can be used from the Go programming language through the [JSON](https://gi Convenient Go wrappers already exist for our JSON interface. For example, take a look at [github.com/zelenin/go-tdlib](https://github.com/zelenin/go-tdlib) or [github.com/Arman92/go-tdlib](https://github.com/Arman92/go-tdlib), which provide a convenient TDLib client, a generator for TDLib API classes and contain many examples. -You can also see [github.com/L11R/go-tdjson](https://github.com/L11R/go-tdjson) for another example of TDLib JSON interface integration with Go. +You can also see [github.com/aliforever/go-tdlib](https://github.com/aliforever/go-tdlib) or [github.com/L11R/go-tdjson](https://github.com/L11R/go-tdjson) for another examples of TDLib JSON interface integration with Go. ## Using TDLib in Java projects