package initialize import "ginDemo/client" // 初始化数据库客户端 func initClient() { client.InitMySQLClient() //client.InitRedisClient() }