2022-07-25 17:43:20 +08:00

10 lines
96 B
Go

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