go-holidayjp is a Go package for detecting holiday in Japan. This is Go port of komagata/holiday_jp.
The documentation is on GoDoc.
Use go get to install this package:
$ go get github.com/tcnksm/go-holidayjp- Fork (https://github.com/tcnksm/go-holidayjp/fork)
- Create a feature branch
- Commit your changes
- Rebase your local changes against the master branch
- Run test suite with the
go test ./...command and confirm that it passes - Run
gofmt -s - Create new Pull Request