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