Skip to content

wazery/cobra-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cobra Quickstart

A small quickstart for Cobra

  ▾ cobra-quickstart/
    ▾ cmd/
        hello.go
        root.go
      main.go

Using the Cobra Generator

Cobra provides its own program that will create your application and add any commands you want. It's the easiest way to incorporate Cobra into your application.

Here you can find more information about it.

Releases

No releases published

Packages

No packages published

Languages