IsTodayIsToday#func IsToday(t time.Time) boolIsToday adds .IsToday() API to indicates whether the Time object is today or not. :gtime.IsToday(time.Now()) // trueCopy