Codebase list golang-github-go-kit-kit / 3b9658d9-4065-4804-9af8-16961c419f60/v0.1.0 examples / addsvc / thrift / compile.sh
3b9658d9-4065-4804-9af8-16961c419f60/v0.1.0

Tree @3b9658d9-4065-4804-9af8-16961c419f60/v0.1.0 (Download .tar.gz)

compile.sh @3b9658d9-4065-4804-9af8-16961c419f60/v0.1.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