go-holidayjp
go-holidayjp copied to clipboard
Go package for detecting holiday in Japan
go-holidayjp
go-holidayjp
is a Go package for detecting holiday in Japan. This is Go port of komagata/holiday_jp.
The documentation is on GoDoc.
Install
Use go get
to install this package:
$ go get github.com/tcnksm/go-holidayjp
Contribution
- 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