edit README, License, app cmd info, example index.html
This commit is contained in:
parent
306fd11bc6
commit
c0f2163d3d
5 changed files with 31 additions and 24 deletions
|
|
@ -15,13 +15,8 @@ var cfgFile string
|
|||
// RootCmd represents the base command when called without any subcommands
|
||||
var RootCmd = &cobra.Command{
|
||||
Use: "go-base",
|
||||
Short: "A brief description of your application",
|
||||
Long: `A longer description that spans multiple lines and likely contains
|
||||
examples and usage of using your application. For example:
|
||||
|
||||
Cobra is a CLI library for Go that empowers applications.
|
||||
This application is a tool to generate the needed files
|
||||
to quickly create a Cobra application.`,
|
||||
Short: "A RESTful API boilerplate",
|
||||
Long: `A RESTful API boilerplate with passwordless authentication.`,
|
||||
// Uncomment the following line if your bare application
|
||||
// has an action associated with it:
|
||||
// Run: func(cmd *cobra.Command, args []string) { },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue