rename pubsub to event (#795)

pull/797/head
Tony Chen 4 years ago committed by GitHub
parent dc9c808e02
commit 6f2f48eae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      event/README.md
  2. 2
      event/event.go

@ -1,3 +1,3 @@
# Pubsub
# Events
* [Kafka](https://github.com/go-kratos/kafka)

@ -1,4 +1,4 @@
package pubsub
package event
import (
"context"
Loading…
Cancel
Save