TUI Serbian Orthodox Church-calendar
Go to file
Petar Kapriš f14ed81d81 Modify the julian package to use the GDate type
Up until now the julian package relied on the time.Time type to
represent Gregorian dates, and julian.Date to represent Julian dates,
however this both looks inconsistent, and is more opaque and complicated
because time.Time carries with it a lot of information we don't care
about.

Therefore this has been modified, now the conversion package has two
types julian.JDate and julian.GDate for their respective calendars.
2024-08-18 15:57:35 +02:00
drw Update module path to git.bonsai.cool/kayprish/ck 2024-07-21 00:36:02 +02:00
julian Modify the julian package to use the GDate type 2024-08-18 15:57:35 +02:00
util Split project into several packages 2021-11-30 20:14:45 +01:00
.gitignore add gitignore 2024-07-15 19:39:20 +02:00
go.mod Update module path to git.bonsai.cool/kayprish/ck 2024-07-21 00:36:02 +02:00
go.sum Remove unnecessary libraries 2021-07-21 09:36:46 +02:00
Main.go Update module path to git.bonsai.cool/kayprish/ck 2024-07-21 00:36:02 +02:00