globalsign / mgo

The MongoDB driver for Go
Other
1.97k stars 230 forks source link

where is mgo doc file? #126

Closed fancyecommerce closed 6 years ago

fancyecommerce commented 6 years ago

where is mgo doc file?

how can i use mgo?

nobane commented 6 years ago

+1 where are the docs?

abbasnaqdi commented 6 years ago

+1 Please give me the documentation I also need.

szank commented 6 years ago

Hi, The mgo documentation can be found on godoc: https://godoc.org/github.com/globalsign/mgo, as usual for the go packages.

carldunham commented 6 years ago

Um, that documentation refers to labix.org, which makes it look like the project hasn't been updated since 2015.

domodwyer commented 6 years ago

Hi @carldunham

We'll happily accept a PR - we don't have a separate website for the mgo package as everything is available on GoDoc as @szank linked above.

Dom