Skip to content

Commit

Permalink
Update sarama library link
Browse files Browse the repository at this point in the history
  • Loading branch information
camtheman256 authored Oct 23, 2024
1 parent f20ad4f commit a88cf65
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 a88cf65

Please sign in to comment.