Goのmgoでremoveする方法 – MongoDB
colQuerier := bson.M{"_id": ここにid}
err = c.Remove(colQuerier)
if err != nil {
panic(err)
}
colQuerier := bson.M{"_id": ここにid}
err = c.Remove(colQuerier)
if err != nil {
panic(err)
}