@ -61,11 +61,11 @@ func main() {
defer wg.Done()
mysql.BlacksConversion()
}()
wg.Add(1)
//wg.Add(1)
go func() {
//go func() {
// defer wg.Done()
mysql.ChatLogsConversion()
// mysql.ChatLogsConversion()
//}()
wg.Wait()
SuccessPrint(fmt.Sprintf("Successfully completed the MySQL conversion. \n"))