Td: Go Example

Created on 1 Feb 2018  路  7Comments  路  Source: tdlib/td

Feature request for Go (golang) example using static or dynamic linking.

Most helpful comment

I managed to create a full tdlib-tdjson binding pacakge:
https://github.com/Arman92/go-tdlib
Hope it helps

All 7 comments

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 can recommend to use already mentioned there go-tdlib or go-tdjson. They contain examples of TDLib usage from Go, so I'm closing this.

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mbj2007 picture mbj2007  路  4Comments

pishnok picture pishnok  路  3Comments

L11R picture L11R  路  4Comments

sh-a-v picture sh-a-v  路  3Comments

hatami57 picture hatami57  路  4Comments