package oclib import ( "fmt" "testing" ) func TestMongoInit(T *testing.T){ MongoInit() fmt.Printf("It worked !") }