go-thrift icon indicating copy to clipboard operation
go-thrift copied to clipboard

Fix return type typo for oneway method

Open Wuvist opened this issue 8 years ago • 0 comments

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.

Wuvist avatar Apr 04 '16 09:04 Wuvist