This commit is contained in:
2024-04-15 22:13:07 +02:00
parent 1e9b8d0fa1
commit 6ceda23af4
2 changed files with 53 additions and 54 deletions

View File

@ -39,4 +39,3 @@ func (from Time) Compare(to Time) int {
func (self *Time) Add(duration time.Duration) {
*self = Time(time.Time(*self).Add(duration))
}