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!
$ go install github.com/yut-kt/goholiday
go version >= 1.16.15
-
version >= v1.0.0
- look at example test file or godoc example
-
version = v0.x.x (deprecated)
- look at docs/v0.md
support 2022, 2023
|- am (Armenia)
|- do (Dominican Republic)
|- gr (Greece)
|- jp (Japan)
|- sg (Singapore)
|- uk (United Kingdom)
|- England
|- NorthernIreland
|- Scotland
|- Wales
goholiday is released under the MIT License.