golang / gddo

Go Doc Dot Org
https://godoc.org
BSD 3-Clause "New" or "Revised" License
1.1k stars 267 forks source link

Godoc issue with go.mongodb.org/mongo-driver #675

Closed eslindsey closed 4 years ago

eslindsey commented 4 years ago

This documentation for Decode says that

DecodeBytes will return

when it should say

Decode will return

I don't think this is the right place to report this--this looks like the Godoc issue tracker and I suspect this belongs on the Mongo issue tracker. However, it wasn't obvious where to go to report a documentation error. Can someone point me in the right direction?

jackwilsdon commented 4 years ago

Looks like mongodb/mongo-go-driver is the repository you're looking for - looking at their README it seems like they want you to use their JIRA instance to report issues.

eslindsey commented 4 years ago

Thank you!