GitBucket
4.20.0
Toggle navigation
Sign in
Files
Branches
1
Tags
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
frozendragon
/
pokemon-go-trade
Transfer to URL with SHA
Find file
Newer
Older
tree:
d8fbbf190d
Switch branches
×
master
pokemon-go-trade
/
vendor
/
github.com
/
go-pg
/
pg
/
internal
/
pool
/ export_test.go
Simon Lindgren
on 12 Feb 2021
95 bytes
first commit
Raw
Blame
History
package pool import "time" func (cn *Conn) SetCreatedAt(tm time.Time) { cn.createdAt = tm }