v0.2.0-sigma.0
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]>