Files
open-im-server/test/mysql/cmd/main.go
T

10 lines
96 B
Go
Raw Normal View History

2022-07-25 17:43:20 +08:00
package main
import (
"Open_IM/test/mysql"
)
func main() {
mysql.ImportUserToSuperGroup()
}