rewrote the mongo client handler
This commit is contained in:
@@ -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 !")
|
||||
// }
|
||||
Reference in New Issue
Block a user