1
0
mirror of https://github.com/astaxie/beego.git synced 2024-07-08 08:45:10 +00:00
Beego/vendor/github.com/gomodule/redigo/redis/go18.go

10 lines
126 B
Go
Raw Normal View History

2018-07-30 04:05:51 +00:00
// +build go1.8
package redis
import "crypto/tls"
func cloneTLSConfig(cfg *tls.Config) *tls.Config {
return cfg.Clone()
}