Initial commit

This commit is contained in:
Nicholas Novak
2023-03-17 18:23:40 -07:00
commit 51b7e0569c
8 changed files with 268 additions and 0 deletions

7
timeline/timelines.go Normal file
View File

@@ -0,0 +1,7 @@
package timeline
type CalendarEventHorizon string
const (
WithinMonth CalendarEventHorizon = "monthnow"
)