mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
8 lines
87 B
Go
8 lines
87 B
Go
package main
|
|
|
|
import "Open_IM/pkg/common/db"
|
|
|
|
func main() {
|
|
db.DB.BatchInsertChat()
|
|
}
|