如何在GO MSSQL软件包denisenkom / go-mssqldb中使用受信任的连接?

Can I use trusted connection in the connection string to connect to MS-SQL? I'm using denisenkom/go-mssqldb?

This is a sample connection string that I see from an article:

server=localhost;user id=sa;password=SA_PASSWORD=yourStrong(!)Password;

The documentation section does not mention about the trusted connection.