First batch
This commit is contained in:
10
mongo_test.go
Normal file
10
mongo_test.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package oclib
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
func TestMongoInit(T *testing.T){
|
||||
MongoInit()
|
||||
fmt.Printf("It worked !")
|
||||
}
|
||||
Reference in New Issue
Block a user