Codebase list golang-github-go-kit-kit / d2f2902b-79c4-43cd-8c09-341e33fc6017/v0.5.0 examples / addsvc / thrift / compile.sh
d2f2902b-79c4-43cd-8c09-341e33fc6017/v0.5.0

Tree @d2f2902b-79c4-43cd-8c09-341e33fc6017/v0.5.0 (Download .tar.gz)

compile.sh @d2f2902b-79c4-43cd-8c09-341e33fc6017/v0.5.0raw · history · blame

1
2
3
4
5
#!/usr/bin/env sh

# See also https://thrift.apache.org/tutorial/go

thrift -r --gen "go:package_prefix=github.com/go-kit/kit/examples/addsvc/thrift/gen-go/,thrift_import=github.com/apache/thrift/lib/go/thrift" addsvc.thrift