Skip to content

yut-kt/goholiday

Repository files navigation

goholiday

v1.0.5 Test coverage Go Report Card
GoDoc license

Calculating (holiday, business) days support for golang (Go language).

Provide functions to calculate and judge the business days and holidays in each country.

Currently, we only handle holidays for a few countries, but we plan to handle holidays for other countries in the future.
Please Contribute!

Install

$ go install github.com/yut-kt/goholiday

Suggested golang environment

go version >= 1.16.15

Usage

Supported ccTLD

support 2022, 2023
|- am (Armenia)
|- do (Dominican Republic)
|- gr (Greece)
|- jp (Japan)
|- sg (Singapore)
|- uk (United Kingdom)
    |- England
    |- NorthernIreland
    |- Scotland
    |- Wales

Contribution

CONTRIBUTING.md

License

goholiday is released under the MIT License.