Best practice to use go-sql-driver/mysql package?

In any case, if you use database in Web service, you need give database connection for each client.
The time of open new connection in my i7-4702MQ is near 10 microseconds.
I don’t think that we need optimize this.