mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
格式化代码
This commit is contained in:
@@ -2,9 +2,11 @@ package dao
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
"hk4e/gs/model"
|
||||
|
||||
"go.mongodb.org/mongo-driver/bson"
|
||||
"go.mongodb.org/mongo-driver/mongo"
|
||||
"hk4e/gs/model"
|
||||
)
|
||||
|
||||
func (d *Dao) InsertPlayer(player *model.Player) error {
|
||||
|
||||
Reference in New Issue
Block a user