redis/internal/pool/export_test.go

8 lines
95 B
Go
Raw Normal View History

2019-03-25 14:02:31 +03:00
package pool
import "time"
func (cn *Conn) SetCreatedAt(tm time.Time) {
cn.createdAt = tm
}