Newer
Older
pokemon-go-trade / vendor / github.com / go-pg / pg / internal / pool / export_test.go
Simon Lindgren on 12 Feb 2021 95 bytes first commit
package pool

import "time"

func (cn *Conn) SetCreatedAt(tm time.Time) {
	cn.createdAt = tm
}