samuel / go-thrift

A native Thrift package for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not a tutorial

skoowoo opened this issue · comments

i want to use go-thrift in my project, it will become a thrift client to access the java-based thrift server. But now i don't know how to start to write the client with go-thrift and a thrift IDL file.

thx~

I just added an example of how to run the code generator to the README and updated the examples to include a complete working client and server implementation based on the latest code generator.

Let me know if there's anything you need help with. Thanks for considering the package for your use.

https://github.com/samuel/go-thrift/tree/master/examples