14 lines
203 B
Go
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
|