10 lines
117 B
Go
10 lines
117 B
Go
package dal
|
|
|
|
import (
|
|
"gitea.timerzz.com/kedaya_haitao/pusher/biz/dal/postgres"
|
|
)
|
|
|
|
func Init() {
|
|
postgres.Init()
|
|
}
|