浏览代码

Merge pull request #108 from Shopify/google-group

Add google group link to README
Evan Huus 11 年之前
父节点
当前提交
92662104d0
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -5,6 +5,10 @@ Sarama is an MIT-licensed Go client library for Apache Kafka 0.8 (and later).
 
 Documentation is available via godoc at http://godoc.org/github.com/Shopify/sarama
 
+There is a google group for discussion
+* web: https://groups.google.com/forum/#!forum/sarama-users
+* email: sarama-users@googlegroups.com
+
 It is compatible with Go 1.1 and 1.2 (which means `go vet` on 1.2 may return
 some suggestions that we are ignoring for the sake of compatibility with 1.1).