Skip to content

remifabas/mongogo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mongogo

small code for connect mongo to go

Container mongo

You need to have a mongo service to test this code.
USe docker container mongo, this is more simple and safe.

docker run -d -p 27017:27017 --name mongodb mongo:latest

About

small code for connect mongo to go

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors