golang 結構體匿名成員不能用於mgo的tag讀取

Go容許咱們定義不帶名稱的結構體成員,只須要指定類型便可,這種結構體成員稱爲匿名成員,好比web type Point struct { X int `bson:"x"` Y int `bson:"y"` } type Circle struct { Point Radius int `bson:"redius"` } 這個匿名成員,在json的tag中是能夠正常的反序列化的,可是mgo
相關文章
相關標籤/搜索