Skip to content

omegion/go-cli-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.