mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-05 05:12:45 +08:00
10 lines
96 B
Go
10 lines
96 B
Go
package main
|
|
|
|
import (
|
|
"Open_IM/test/mysql"
|
|
)
|
|
|
|
func main() {
|
|
mysql.ImportUserToSuperGroup()
|
|
}
|