github.com/jackc/pgtype.Time.Set (method)

5 uses

	github.com/jackc/pgtype (current package)
		time.go#L24: func (dst *Time) Set(src interface{}) error {
		time.go#L33: 			return dst.Set(value2)
		time.go#L48: 			return dst.Set(*value)
		time.go#L52: 			return dst.Set(originalSrc)
		time.go#L222: 		return dst.Set(src)