From ad7477fb2ae04bd5de42fefee78af81d548d73f7 Mon Sep 17 00:00:00 2001 From: Dan Pock Date: Tue, 17 Dec 2024 09:39:46 -0500 Subject: [PATCH] lint --- pkg/debug/chart.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/debug/chart.go b/pkg/debug/chart.go index d6a0dfc3..ed7f991e 100644 --- a/pkg/debug/chart.go +++ b/pkg/debug/chart.go @@ -6,17 +6,18 @@ import ( "compress/gzip" "encoding/base64" "fmt" - "github.com/spf13/cobra" "io" "os" "path/filepath" + + "github.com/spf13/cobra" ) func ChartDebugSubCommand(base64ChartTarball string) *cobra.Command { return &cobra.Command{ Use: "debug-chart", Short: "This command helps debug the internal chart files", - Run: func(cmd *cobra.Command, args []string) { + Run: func(_ *cobra.Command, _ []string) { fmt.Println("TODO debug") // TODO: use straing data from base64ChartTarball to: // Un-base64 the data to get a raw tgz file,