1
0
mirror of https://github.com/astaxie/beego.git synced 2024-07-01 06:34:14 +00:00
Beego/vendor/github.com/gomodule/redigo/redis/go18.go
2018-11-09 12:37:28 +08:00

10 lines
126 B
Go

// +build go1.8
package redis
import "crypto/tls"
func cloneTLSConfig(cfg *tls.Config) *tls.Config {
return cfg.Clone()
}