pusher/biz/dal/init.go

10 lines
111 B
Go
Raw Normal View History

2024-05-17 18:02:10 +08:00
package dal
import (
"gitea.timerzz.com/kedaya_haitao/pusher/biz/dal/pgsql"
)
func Init() {
pgsql.Init()
}