Skip to content

Commit

Permalink
Disable code-excerpting from Go getting-started (open-telemetry#5630)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored and drewby committed Nov 21, 2024
1 parent 671ca18 commit efe1747
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/languages/go/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ application that exports telemetry.
Create `otel.go` with OpenTelemetry SDK bootstrapping code:

<!-- prettier-ignore-start -->
<?code-excerpt "otel.go" from="package main"?>
<!-- code-excerpt "otel.go" from="package main"?-->
```go
package main

Expand Down Expand Up @@ -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:

<!-- prettier-ignore-start -->
<?code-excerpt "main.go" from="package main"?>
<!--?code-excerpt "main.go" from="package main"?-->
```go
package main

Expand Down Expand Up @@ -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:

<!-- prettier-ignore-start -->
<?code-excerpt "rolldice.go" from="package main"?>
<!--?code-excerpt "rolldice.go" from="package main"?-->
```go
package main

Expand Down

0 comments on commit efe1747

Please sign in to comment.