package dal import ( "gitea.timerzz.com/kedaya_haitao/pusher/biz/dal/pgsql" ) func Init() { pgsql.Init() }