TUI Serbian Orthodox Church-calendar
Go to file
Petar Kapriš bd5c9fe692 Add julian Date package with conversion to time.Time
The julian.Date type will be used within the project to support indexing
of holidays using the Julian calendar, Gregorian dates are implemented
by using time.Time (since it is already gregorian). Currently only
conversion Julian->Gregorian has been implemented, but the opposite will
be added soon.
2024-07-21 00:21:34 +02:00
drw Add translation for UI message in source comments 2024-07-15 19:44:54 +02:00
julian Add julian Date package with conversion to time.Time 2024-07-21 00:21:34 +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 Bump golang to version 1.22 2024-07-15 19:34:04 +02:00
go.sum Remove unnecessary libraries 2021-07-21 09:36:46 +02:00
Main.go Move style definitions from Main.go to drw.go 2022-03-04 17:08:30 +01:00