mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-09-06 09:42:02 +00:00
Revert "chore: tidying"
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
|
/*
|
||||||
|
Copyright © 2023 NAME HERE alexsimonjones@gmail.com
|
||||||
|
*/
|
||||||
package auth
|
package auth
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"fmt"
|
||||||
|
|
||||||
"github.com/spf13/cobra"
|
"github.com/spf13/cobra"
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -15,7 +20,7 @@ Cobra is a CLI library for Go that empowers applications.
|
|||||||
This application is a tool to generate the needed files
|
This application is a tool to generate the needed files
|
||||||
to quickly create a Cobra application.`,
|
to quickly create a Cobra application.`,
|
||||||
Run: func(cmd *cobra.Command, args []string) {
|
Run: func(cmd *cobra.Command, args []string) {
|
||||||
cmd.Help()
|
fmt.Println("auth called")
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -1,3 +1,6 @@
|
|||||||
|
/*
|
||||||
|
Copyright © 2023 NAME HERE alexsimonjones@gmail.com
|
||||||
|
*/
|
||||||
package auth
|
package auth
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@@ -1,3 +1,6 @@
|
|||||||
|
/*
|
||||||
|
Copyright © 2023 NAME HERE alexsimonjones@gmail.com
|
||||||
|
*/
|
||||||
package find
|
package find
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@@ -1,3 +1,6 @@
|
|||||||
|
/*
|
||||||
|
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
|
||||||
|
*/
|
||||||
package find
|
package find
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@@ -1,3 +1,6 @@
|
|||||||
|
/*
|
||||||
|
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
|
||||||
|
*/
|
||||||
package cmd
|
package cmd
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Reference in New Issue
Block a user