Compile Thrift IDL files to Go code with plugin support.
Implementation of thrift compiler in go language with plugin mechanism
thriftgo$ thriftgo -l go -o ./gen-go service.thrift$ thriftgo -l go -o ./generated -pkg mypackage api.thrift$ thriftgo -l go -p github.com/plugin -o ./gen-go service.thrift$ thriftgo -l go -o ./gen-go service.thrift common.thrift$ thriftgo -l go -n 'myapp=example.com/myapp' -o ./gen-go schema.thrift