Update readme-cn.md

master v1.3.4
Kevin Wan 3 years ago committed by GitHub
parent 5536473a08
commit bb33a20bc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -120,7 +120,6 @@ func (w *KafkaWriter) Write(p []byte) (n int, err error) {
return len(p), nil
}
func main() {
func main() {
pusher := kq.NewPusher([]string{"localhost:9092"}, "go-zero")
defer pusher.Close()

Loading…
Cancel
Save