Skip to content

Commit b12ec7a

Browse files
orisanoymotongpoo
authored andcommitted
[Go] chore: fix indent (open-telemetry#5802)
1 parent f3dd53d commit b12ec7a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/en/docs/languages/go/exporters.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Here's how you can create an exporter with default configuration:
8686

8787
```go
8888
import (
89-
"context"
89+
"context"
9090

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

107107
```go
108108
import (
109-
"context"
109+
"context"
110110

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

143143
```go
144144
import (
145-
"context"
145+
"context"
146146

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

163163
```go
164164
import (
165-
"context"
165+
"context"
166166

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

187187
```go
188188
import (
189-
"context"
189+
"context"
190190

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

213213
```go
214214
import (
215-
"context"
215+
"context"
216216

217217
"go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp"
218218
"go.opentelemetry.io/otel/sdk/log"

0 commit comments

Comments
 (0)