jpcal
is a simple calendar command. It contains a Japanese holidays.
Use go install
to install this package:
$ go install github.com/y-yagi/jpcal
- Fork (https://github.com/y-yagi/jpcal/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