This commit is contained in:
w1ndyb0y
2021-02-01 15:42:46 +08:00
parent 3ad4c76acd
commit bd2a379d17
+3
View File
@@ -40,6 +40,9 @@ func test() {
if err != nil {
println("create database error ", err)
}
utils.CreateProducer(pulsarUrl, topic, name)
utils.ClosePulsar()
}
func init() {