Skip to content

Commit

Permalink
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 authored Jun 10, 2022
1 parent ec33fe0 commit acce4e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website_docs/getting-started.md
Original file line number Diff line number Diff line change
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 acce4e6

Please sign in to comment.