golib/gdb/mgodb/bson.go
2023-06-15 21:22:51 +08:00

14 lines
203 B
Go

//
// bson.go
// Copyright (C) 2023 tiglog <me@tiglog.com>
//
// Distributed under terms of the MIT license.
//
package mgodb
import "go.mongodb.org/mongo-driver/bson"
type M = bson.M
type D = bson.D