Github user dcelasun commented on the issue:
https://github.com/apache/thrift/pull/1461
```go
type MyServiceClient struct {
c thrift.TClient
*MyServiceBaseClient
}
type MyServiceBaseClient struct {
c thrift.TClient
}
```
@johnboiles Are you getting this second "Base" struct with 0.11 compiler?
Because I can't reproduce.
> Also should I remove the // Deprecated comments if these are not actually
deprecated?
Yes please.---
