Feature request for Go (golang) example using static or dynamic linking.
We will add the example in golang in the future.
Currently, you can see an example of how to link with tdjson_static here:
https://github.com/tdlib/td/issues/8#issuecomment-360399987.
@levlam I just created a minimal POC for golang and was about to open a Pull Request when I saw this. #21
@Xeoncross I have a simple lib: https://github.com/L11R/go-tdjson
I managed to create a full tdlib-tdjson binding pacakge:
https://github.com/Arman92/go-tdlib
Hope it helps
I also promote my library which includes functionality of these libraries and has some extended concepts.
https://github.com/zelenin/go-tdlib
Thanks, @zelenin. I will add your library to the list of TDLib wrappers in Go.
Most helpful comment
I managed to create a full tdlib-tdjson binding pacakge:
https://github.com/Arman92/go-tdlib
Hope it helps