summaryrefslogtreecommitdiff
path: root/vendor/github.com/uber/jaeger-client-go/thrift/README.md
blob: c4c38ae01a62bb1a12e79db197576221db6306e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Apache Thrift

This is a partial copy of Apache Thrift v0.14.1 (https://github.com/apache/thrift/commit/f6fa1794539e68ac294038ac388d6bde40a6c237).

It is vendored code to avoid compatibility issues with Thrift versions.

The file logger.go is modified to remove dependency on "testing" (see Issue #585).

See:
  * https://github.com/jaegertracing/jaeger-client-go/pull/584
  * https://github.com/jaegertracing/jaeger-client-go/pull/303