Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.36 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.36 KB

GO CLI Application Template

logo

Test Coverall Report Doc License

Go CLI application template for Go projects.

Usage:
  go-cli [command]

Available Commands:
  help        Help about any command
  version     Print the version/build number

Flags:
  -h, --help   help for go-cli

Use "go-cli [command] --help" for more information about a command.

Requirements

  • Req 1
  • Req 2

What does it do?

A template for Go CLI application.

How to use it

  • how 1
  • how 2

Improvements to be made

  • 100% test coverage.
  • Better covering for other features.