v0.0.162
This commit is contained in:
@@ -75,8 +75,8 @@ func (c *Coll[TData]) initFields(prefix string, rval reflect.Value, m map[string
|
||||
continue
|
||||
}
|
||||
if strings.Contains(bsonkey, ",") {
|
||||
bsonkey = bsonkey[:strings.Index(bsonkey, ",")]
|
||||
bsontags = strings.Split(bsonkey[strings.Index(bsonkey, ",")+1:], ",")
|
||||
bsonkey = bsonkey[:strings.Index(bsonkey, ",")]
|
||||
}
|
||||
if bsonkey == "-" {
|
||||
continue
|
||||
|
Reference in New Issue
Block a user