set indexes official mongodb golang code example
Example: golang mongo create index
col.Indexes().CreateOne(context.Background(), mongo.IndexModel{
Keys: bson.M{"key": 1},
})
col.Indexes().CreateOne(context.Background(), mongo.IndexModel{
Keys: bson.M{"key": 1},
})