copy langext & timeext from bm

This commit is contained in:
2022-10-27 16:00:57 +02:00
commit 568d7bd5e3
39 changed files with 2069 additions and 0 deletions

6
mongo/go.mod Normal file
View File

@@ -0,0 +1,6 @@
module blackforestbytes.com/goext/mongo
require (
go.mongodb.org/mongo-driver v1.5.3
)
go 1.19

0
mongo/mongoext/TODO Normal file
View File