Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 639 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 639 Bytes

shukujitsu

PkgGoDev test

shukujitsu determines japanese holiday. Holidays are collected from https://www8.cao.go.jp/chosei/shukujitsu/syukujitsu.csv

When csv is updated, you can updated as follow command.

$ go run ./internal/gen/gen.go

Currently, we check it per week at here.

HOW TO USE

if shukujitsu.IsShukujitsu(time.Now()) {
    fmt.Println("shukujitsu!")
}