rewrote the mongo client handler

This commit is contained in:
pb
2024-07-17 17:20:25 +02:00
parent 90e9bcf378
commit 02b0a2a595
4 changed files with 189 additions and 59 deletions

View File

@@ -1,10 +1,6 @@
package oclib
import (
"fmt"
"testing"
)
func TestMongoInit(T *testing.T){
MongoInit()
fmt.Printf("It worked !")
}
// func TestMongoInit(T *testing.T){
// MongoInit()
// fmt.Printf("It worked !")
// }