Skip to content

Commit

Permalink
Fix getting-started.md with the correct import packages in main.go (#…
Browse files Browse the repository at this point in the history
…3354)

* Fix getting-started.md with the correct import packages in main.go

* Update CHANGELOG.md

Co-authored-by: Robert Pająk <pellared@hotmail.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
  • Loading branch information
3 people committed Oct 19, 2022
1 parent ad45631 commit 6c0a7c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website_docs/getting-started.md
Expand Up @@ -280,9 +280,12 @@ import (
"io"
"log"
"os"
"os/signal"

"go.opentelemetry.io/otel"
"go.opentelemetry.io/otel/attribute"
"go.opentelemetry.io/otel/exporters/stdout/stdouttrace"
"go.opentelemetry.io/otel/sdk/resource"
"go.opentelemetry.io/otel/sdk/trace"
semconv "go.opentelemetry.io/otel/semconv/v1.12.0"
)
Expand Down

0 comments on commit 6c0a7c4

Please sign in to comment.