Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 474 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 474 Bytes

jpcal

jpcal is a simple calendar command. It contains a Japanese holidays.

Installation

Use go get to install this package:

$ go install github.com/y-yagi/jpcal

Contribution

  1. Fork (https://github.com/y-yagi/jpcal/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