1 2 3 4 5 6 7 8 9 10 11
|
[](https://gitter.im/opentracing/public) [](https://travis-ci.org/opentracing/basictracer-go) [](http://godoc.org/github.com/opentracing/basictracer-go)
# basictracer-go
Basic implementation of the OpenTracing API for Go. Sometimes this package is called "reference implementation",
but it is not meant as a production quality library. For real production implementations, search the OpenTracing
Registry (https://opentracing.io/registry/?s=go) for packages with the tag "tracer".
## Licensing
[Apache 2.0 License](./LICENSE).
|