package dal import "acquaintances/biz/dal/mysql" func Init() { mysql.Init() }