literally about to give up on this lol

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2023-07-18 18:56:20 -04:00
parent b53770f211
commit 5c745e279c
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ You can create a trace context using the recommended OpenCensus SDKs. OpenCensus
| C# | [Link](https://github.com/census-instrumentation/opencensus-csharp/)
| C++ | [Link](https://github.com/census-instrumentation/opencensus-cpp)
| Node.js | [Link](https://github.com/census-instrumentation/opencensus-node)
| Python | [Link](https://census-instrumentation.github.io/opencensus-python/trace/api/index.html)
| Python | [Link](https://github.com/census-instrumentation/opencensus-python/tree/master/opencensus/trace)
### Create trace context in Go