Skip to content

Commit

Permalink
[Go] chore: fix indent (#5802)
Browse files Browse the repository at this point in the history
  • Loading branch information
orisano authored Dec 16, 2024
1 parent 2e2dbbb commit 07431d6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/en/docs/languages/go/exporters.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Here's how you can create an exporter with default configuration:

```go
import (
"context"
"context"

"go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp"
"go.opentelemetry.io/otel/sdk/trace"
Expand All @@ -106,7 +106,7 @@ Here's how you can create an exporter with default configuration:

```go
import (
"context"
"context"

"go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc"
"go.opentelemetry.io/otel/sdk/trace"
Expand Down Expand Up @@ -142,7 +142,7 @@ Here's how you can create an exporter with default configuration:

```go
import (
"context"
"context"

"go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp"
"go.opentelemetry.io/otel/sdk/metric"
Expand All @@ -162,7 +162,7 @@ Here's how you can create an exporter with default configuration:

```go
import (
"context"
"context"

"go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc"
"go.opentelemetry.io/otel/sdk/metric"
Expand All @@ -186,7 +186,7 @@ default configuration:

```go
import (
"context"
"context"

"go.opentelemetry.io/otel/exporters/prometheus"
"go.opentelemetry.io/otel/sdk/metric"
Expand All @@ -212,7 +212,7 @@ Here's how you can create an exporter with default configuration:

```go
import (
"context"
"context"

"go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp"
"go.opentelemetry.io/otel/sdk/log"
Expand Down

0 comments on commit 07431d6

Please sign in to comment.