tidying up files

Signed-off-by: AlexsJones <alexsimonjones@gmail.com>
This commit is contained in:
AlexsJones 2023-03-24 10:57:33 +00:00
parent 2537376eea
commit a5846b08ba
5 changed files with 1 additions and 18 deletions

View File

@ -1,11 +1,6 @@
/*
Copyright © 2023 NAME HERE alexsimonjones@gmail.com
*/
package auth
import (
"fmt"
"github.com/spf13/cobra"
)
@ -20,7 +15,7 @@ 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.`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("auth called")
cmd.Help()
},
}

View File

@ -1,6 +1,3 @@
/*
Copyright © 2023 NAME HERE alexsimonjones@gmail.com
*/
package auth
import (

View File

@ -1,6 +1,3 @@
/*
Copyright © 2023 NAME HERE alexsimonjones@gmail.com
*/
package find
import (

View File

@ -1,6 +1,3 @@
/*
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
*/
package find
import (

View File

@ -1,6 +1,3 @@
/*
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
*/
package cmd
import (