1
0
mirror of https://github.com/astaxie/beego.git synced 2024-07-03 04:54:14 +00:00
Beego/vendor/github.com/gomodule/redigo/redis/go18.go

10 lines
126 B
Go
Raw Normal View History

2018-11-09 04:37:28 +00:00
// +build go1.8
package redis
import "crypto/tls"
func cloneTLSConfig(cfg *tls.Config) *tls.Config {
return cfg.Clone()
}