bsm / sarama-cluster

Cluster extensions for Sarama, the Go client library for Apache Kafka 0.9 [DEPRECATED]
MIT License
1.01k stars 222 forks source link

Add missing parentheses #273

Closed ggirtsou closed 6 years ago

ggirtsou commented 6 years ago

Introduced in https://github.com/bsm/sarama-cluster/pull/271

go test -v .
# github.com/bsm/sarama-cluster
../../bsm/sarama-cluster/consumer.go:353:54: syntax error: unexpected newline, expecting comma or )
ggirtsou commented 6 years ago

/cc @dim @chenpengcheng