Skip to content

holiday-jp/holiday_jp-go

Repository files navigation

holiday_jp-go

GoDoc test

🎌 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!")
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages