diff --git a/content/en/docs/languages/go/getting-started.md b/content/en/docs/languages/go/getting-started.md index 0294d82c718e..e3ffda67cddf 100644 --- a/content/en/docs/languages/go/getting-started.md +++ b/content/en/docs/languages/go/getting-started.md @@ -135,7 +135,7 @@ application that exports telemetry. Create `otel.go` with OpenTelemetry SDK bootstrapping code: - + ```go package main @@ -273,7 +273,7 @@ Modify `main.go` to include code that sets up OpenTelemetry SDK and instruments the HTTP server using the `otelhttp` instrumentation library: - + ```go package main @@ -372,7 +372,7 @@ your application. For that you'll need to write some custom Modify `rolldice.go` to include custom instrumentation using OpenTelemetry API: - + ```go package main