Golang Mongo Create Index
col.Indexes().CreateOne(context.Background(), mongo.IndexModel{
Keys: bson.M{"key": 1},
})
Splendid-est Swan
col.Indexes().CreateOne(context.Background(), mongo.IndexModel{
Keys: bson.M{"key": 1},
})