Golang Driver Security

Hi,

Using the official mongodb golang driver: go…mongodb.org/mongo-driver
Do I have to filter/escape user input or is that being done internally by the driver?

In other words, is it injection-free if a pass the users input directly?

Thank you)