uint64 -> int64
hailey.at 5 months ago 0341dae6 8f4231d2
··· 25 25 LikeCt uint64 `ch:"like_ct"` 26 26 Uri string `ch:"uri"` 27 27 CreatedAt time.Time `ch:"created_at"` 28 28 - HoursOld uint64 `ch:"hours_old"` 28 28 + HoursOld int64 `ch:"hours_old"` 29 29 DecayScore float64 `ch:"decay_score"` 30 30 } 31 31