2022-08-12 11:24:21 +08:00

8 lines
87 B
Go

package main
import "Open_IM/pkg/common/db"
func main() {
db.DB.BatchInsertChat()
}