We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b79995 commit 250dc1dCopy full SHA for 250dc1d
driver.go
@@ -33,7 +33,7 @@ var dials map[string]dialFunc
33
// Open new Connection.
34
// See https://github.com/go-sql-driver/mysql#dsn-data-source-name for how
35
// the DSN string is formated
36
-func (d *MySQLDriver) Open(dsn string) (driver.Conn, error) {
+func (d MySQLDriver) Open(dsn string) (driver.Conn, error) {
37
var err error
38
39
// New mysqlConn
0 commit comments