Update readme-cn.md

This commit is contained in:
Kevin Wan
2022-06-03 19:18:58 +08:00
committed by GitHub
parent 5536473a08
commit bb33a20bc8

View File

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