import ( "log" "go.mongodb.org/mongo-driver/bson/primitive" ) type User struct { ID primitive.ObjectID `bson:"_id" json:"id,omitempty"` ...
確定! 回上一頁