first coomit

This commit is contained in:
2020-08-10 12:58:54 +08:00
commit 5c00a2534b
16 changed files with 307 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
package persistence
import "gopkg.in/mgo.v2/bson"
type Player struct{
ID bson.ObjectId `bson:"_id"`
Name string
}