golib/gdb/mgodb/bson.go

14 lines
203 B
Go
Raw Normal View History

2023-06-15 21:22:51 +08:00
//
// 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