2023-06-29 22:43:11 +08:00

10 lines
96 B
Go

package main
import (
"Open_IM/test/mysql"
)
func main() {
mysql.ImportUserToSuperGroup()
}