1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-28 06:42:00 +03:00
Files
go-redis/internal/pool/export_test.go
2019-03-25 13:02:31 +02:00

8 lines
95 B
Go

package pool
import "time"
func (cn *Conn) SetCreatedAt(tm time.Time) {
cn.createdAt = tm
}