export_test.go 95 B

1234567
  1. package pool
  2. import "time"
  3. func (cn *Conn) SetCreatedAt(tm time.Time) {
  4. cn.createdAt = tm
  5. }