package
0.2.3
Repository: https://github.com/gl-works/ringpop-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Run the example

Terminal 1:

go run pingpong.go

Terminal 2:

tcurl -p 127.0.0.1:3000 -t pingpong.thrift pingpong PingPong::Ping -3 '{"request":{"key":"hello"}}'

Update the generated code

Make sure you have the thrift and thrift-gen binaries installed on your path. Look at the Readme.md in the root of this project on how to do this.

make generate