go-holidayjp icon indicating copy to clipboard operation
go-holidayjp copied to clipboard

Go package for detecting holiday in Japan

go-holidayjp

MIT License Go Documentation

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

  1. Fork (https://github.com/tcnksm/go-holidayjp/fork)
  2. Create a feature branch
  3. Commit your changes
  4. Rebase your local changes against the master branch
  5. Run test suite with the go test ./... command and confirm that it passes
  6. Run gofmt -s
  7. Create new Pull Request

Author

Taichi Nakashima