go-thrift
go-thrift copied to clipboard
Fix return type typo for oneway method
When a function in thrift is declared as oneway, the go code generated will have the default return type 'err error', it should be wrapped with bracket.