Skip to content

Commit

Permalink
Closes: #2951
Browse files Browse the repository at this point in the history
This PR updates the example listed in the getting started doc
so that it will compile without error.  It also makes this
example consistent with the code found in
https://github.com/open-telemetry/opentelemetry-go/blob/main/example/fib/main.go

Signed-off-by: Brad Topol <btopol@us.ibm.com>
  • Loading branch information
bradtopol committed Jun 10, 2022
1 parent ec33fe0 commit c21251f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website_docs/getting-started.md
Expand Up @@ -284,6 +284,7 @@ import (
"go.opentelemetry.io/otel"
"go.opentelemetry.io/otel/exporters/stdout/stdouttrace"
"go.opentelemetry.io/otel/sdk/trace"
semconv "go.opentelemetry.io/otel/semconv/v1.10.0"
)
```

Expand Down

0 comments on commit c21251f

Please sign in to comment.