package db import "go.mongodb.org/mongo-driver/mongo" func IsMongoDupKey(err error) bool { return mongo.IsDuplicateKeyError(err) }