1# go-stdlib
2
3This repository contains OpenTracing instrumentation for packages in
4the Go standard library.
5
6For documentation on the packages,
7[check godoc](https://godoc.org/github.com/opentracing-contrib/go-stdlib/).
8
9**The APIs in the various packages are experimental and may change in
10the future. You should vendor them to avoid spurious breakage.**
11
12## Packages
13
14Instrumentation is provided for the following packages, with the
15following caveats:
16
17- **net/http**: Client and server instrumentation. *Only supported
18  with Go 1.7 and later.*
19
20## License
21
22By contributing to this repository, you agree that your contributions will be licensed under [Apache 2.0 License](./LICENSE).
23