Skip to content

Commit

Permalink
Update sarama library link (#25885)
Browse files Browse the repository at this point in the history
  • Loading branch information
camtheman256 authored and theraffoul committed Nov 25, 2024
1 parent 4dac7cf commit a8a13a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/data_streams/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ If a service consumes data from one point and produces to another point, propaga

```go
import (
ddsarama "gopkg.in/DataDog/dd-trace-go.v1/contrib/Shopify/sarama"
ddsarama "gopkg.in/DataDog/dd-trace-go.v1/contrib/IBM/sarama.v1"
)
...
Expand Down

0 comments on commit a8a13a0

Please sign in to comment.