Go Driver Strings Sanitization

Hi there.

I have a question regarding the Go driver: does the Go driver sanitize the strings passed to it as "params" to the Run functions?

Thanks, Maria

Usually drivers don't sanitize strings. But they don't need to as parameters are handled inside of the database and not used for string substitution.