jpcal
is a simple calendar command. It contains a Japanese holidays.
Use go get
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