Update readme-cn.md
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user