feat:data conversion

pull/1000/head
pluto 2 years ago
parent 94e9827efb
commit 8ad7ff8342

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

Loading…
Cancel
Save