oc-lib/dbs/mongo/mongo_test.go

7 lines
103 B
Go
Raw Normal View History

2024-07-18 11:51:12 +02:00
package mongo
2024-07-16 10:56:36 +02:00
2024-07-17 17:20:25 +02:00
// func TestMongoInit(T *testing.T){
// MongoInit()
// fmt.Printf("It worked !")
2024-07-18 11:51:12 +02:00
// }