first coomit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package persistence
|
||||
|
||||
import "gopkg.in/mgo.v2/bson"
|
||||
|
||||
type Player struct{
|
||||
ID bson.ObjectId `bson:"_id"`
|
||||
Name string
|
||||
}
|
||||
Reference in New Issue
Block a user