Thrift compiler implementation in Go with extensible plugin support
Implementation of thrift compiler in go language with plugin mechanism
thriftgo$ thriftgo -l go -o . example.thrift$ thriftgo -l go -o ./gen-go -package mypackage service.thrift$ thriftgo -l go -o . -plugin 'myplugin:./plugin' api.thrift