File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/docs/languages/go Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ application that exports telemetry.
135135Create ` otel.go ` with OpenTelemetry SDK bootstrapping code:
136136
137137<!-- prettier-ignore-start -->
138- <? code-excerpt "otel.go" from="package main"?>
138+ <!-- code-excerpt "otel.go" from="package main"?-- >
139139``` go
140140package main
141141
@@ -273,7 +273,7 @@ Modify `main.go` to include code that sets up OpenTelemetry SDK and instruments
273273the HTTP server using the ` otelhttp ` instrumentation library:
274274
275275<!-- prettier-ignore-start -->
276- <? code-excerpt "main.go" from="package main"?>
276+ <!-- ?code-excerpt "main.go" from="package main"?-- >
277277``` go
278278package main
279279
@@ -372,7 +372,7 @@ your application. For that you'll need to write some custom
372372Modify ` rolldice.go ` to include custom instrumentation using OpenTelemetry API:
373373
374374<!-- prettier-ignore-start -->
375- <? code-excerpt "rolldice.go" from="package main"?>
375+ <!-- ?code-excerpt "rolldice.go" from="package main"?-- >
376376``` go
377377package main
378378
You can’t perform that action at this time.
0 commit comments