Initial import

This commit is contained in:
George Suntres
2026-03-29 11:38:57 -04:00
commit 38265c15d1
25 changed files with 1763 additions and 0 deletions

6
defaults.go Normal file
View File

@@ -0,0 +1,6 @@
package mongo
import _ "embed"
//go:embed structful.json
var structfulJson []byte