Switch to GoLand.
Build & Test / Main (push) Successful in 1m49s

This commit is contained in:
sam
2024-03-31 01:07:31 -07:00
parent 5c22d85e2b
commit eda4200585
11 changed files with 30 additions and 49 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ type RelativeBase struct {
}
func (rb RelativeBase) From(now time.Time) time.Time {
then := now.Add(time.Duration(rb.Offset))
then := now.Add(rb.Offset)
return then
}