holiday_jp-go 🎌 Japanese holiday for Go Requirements go 1.9 or later Installing $ go get github.com/IdaliaGeeks/holiday_jp-go Example import "github.com/IdaliaGeeks/holiday_jp-go" if holiday.IsHoliday(time.Now()) { fmt.Println("today is holiday!") }