Skip to content

v0.2.0-sigma.0

Compare
Choose a tag to compare
@aldld aldld released this 01 Dec 01:15
· 35 commits to main since this release
46f7675
Don't ignore error in InitThriftClient (#16)

`thrift.NewTHttpClientWithOptions` may return an error, in which case
`tTrans` is `nil`, which causes the next line to panic with the message
`interface conversion: thrift.TTransport is nil, not
*thrift.THttpClient` on the next line.

Signed-off-by: Eric Bannatyne <[email protected]>