Update readme.md

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

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

Loading…
Cancel
Save