Query mongo in a GO environment

I am new to developing with MongoDB and I need information on querying the database while developing an application using the GO language.

While .net has its own helpers, do I query mongoDB using straight java or javascript?

Any information would be appreciated.

@David_Thompson assuming you’re referring to Go (Golang) you may find this tutorial helpful in getting started: MongoDB Go Driver Tutorial | MongoDB Blog.