体验新版 GitCode,发现更多精彩内容 >>
package pool import "time" func (cn *Conn) SetCreatedAt(tm time.Time) { cn.createdAt = tm }