浏览代码

remove example binary

fixes https://github.com/Shopify/sarama/issues/1779
Diego Alvarez 4 年之前
父节点
当前提交
5ef34d779c
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/README.md
  2. 二进制
      examples/interceptors/interceptors

+ 1 - 1
examples/README.md

@@ -10,4 +10,4 @@ In these examples, we use `github.com/Shopify/sarama` as import path. We do this
 
 #### Interceptors
 
-Basic example to use a producer interceptor that produces oTel spans and add some headers for each intercepted message.
+Basic example to use a producer interceptor that produces [OpenTelemetry](https://github.com/open-telemetry/opentelemetry-go/) spans and add some headers for each intercepted message.

二进制
examples/interceptors/interceptors