Files
open-im-server/internal/cron_task/test/main.go
T

8 lines
87 B
Go
Raw Normal View History

2022-08-10 19:31:57 +08:00
package main
2022-08-12 11:24:21 +08:00
import "Open_IM/pkg/common/db"
func main() {
db.DB.BatchInsertChat()
}