Initial import

This commit is contained in:
George Suntres
2026-03-29 10:32:25 -04:00
commit ebdf370c23
11 changed files with 515 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module git.gsuntres.com/general/commons
go 1.25.0
require go.mongodb.org/mongo-driver/v2 v2.5.0