Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DateLookups = map[int]NamedDay{}
DateLookups is a nested map of julian day to a NamedDay
Functions ¶
This section is empty.
Types ¶
type NamedDay ¶
type NamedDay string
const ( NamedDayNone NamedDay = "" NamedDayEasterSunday NamedDay = "easter sunday" NamedDayChristmasDay NamedDay = "christmas day" NamedDayLadyDay NamedDay = "lady day" NamedDayMichaelmas NamedDay = "michaelmas" NamedDayCandlemas NamedDay = "candlemas" NamedDayEpiphany NamedDay = "epiphany" NamedDayAllSaintsDay NamedDay = "all saints day" NamedDayMaundyThursday NamedDay = "maundy thursday" NamedDayPalmSunday NamedDay = "palm sunday" NamedDayGoodFriday NamedDay = "good friday" NamedDayAshWednesday NamedDay = "ash wednesday" NamedDayAscensionDay NamedDay = "ascension day" NamedDayWhitsunday NamedDay = "whitsunday" NamedDayTrinitySunday NamedDay = "trinity sunday" )
func LookupNamedDay ¶
Click to show internal directories.
Click to hide internal directories.