We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b16e13 commit 587d49eCopy full SHA for 587d49e
driver/driver.go
@@ -19,6 +19,7 @@ import (
19
)
20
21
var customTLSMutex sync.Mutex
22
+
23
// Map of dsn address (makes more sense than full dsn?) to tls Config
24
var customTLSConfigMap = make(map[string]*tls.Config)
25
0 commit comments