mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-04-09 05:55:18 +08:00
6 lines
63 B
Go
6 lines
63 B
Go
package init
|
|
|
|
import (
|
|
_ "mayfly-go/internal/mq/kafka/init"
|
|
)
|