Julien
Julien
First of all, great project and great job ! I propose to add [GO modules](https://blog.golang.org/using-go-modules) related file to the directory I suggest to set GO minimal required version to `1.13`...
#### Description I've tried the `auth` example with my own appID and hash The call of `client.AuthSendCode` gets stuck/blocked somehow. When I check the error channel, I've got ``` decoding...
I'd like to do the implementations of [scanner](https://golang.org/pkg/database/sql/#Scanner) and [valuer](https://golang.org/pkg/database/sql/driver/#Valuer) for `Money`: Consider this: ```go Money { Amount: 10, Currency: EUR, } ``` I see several ways to represent it...
Hello everyone! It would be great to have examples for PHP, right? I know it's mentioned here https://github.com/avinassh/grpc-errors/issues/4, but I want to make things move! Unfortunately I don't know PHP,...
Is there a plan to include the call to `restrictedDataToken`? It would be nice to have it, as an option