We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077c278 commit 60eff1fCopy full SHA for 60eff1f
tls_config_clone_go18.go
@@ -4,6 +4,6 @@ package mysql
4
5
import "crypto/tls"
6
7
-func cloneTLSConfig(c *tls.Config) *tls.Config{
+func cloneTLSConfig(c *tls.Config) *tls.Config {
8
return c.Clone()
9
}
0 commit comments