From e886740265de603c7de49da93d1e77143dd9fd35 Mon Sep 17 00:00:00 2001 From: bufferstack Date: Sat, 26 Oct 2024 17:47:40 -0400 Subject: [PATCH] Update something --- goto-do/cmd/root.go | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/goto-do/cmd/root.go b/goto-do/cmd/root.go index 6b3634a..f6875c0 100644 --- a/goto-do/cmd/root.go +++ b/goto-do/cmd/root.go @@ -27,6 +27,18 @@ var rootCmd = &cobra.Command{ // Run: func(cmd *cobra.Command, args []string) { }, } +// f, err := os.Create("", "tasks.csv") +// if err != nil { +// log.Fatal(error) +// } +// defer os.Remove(f.name()) + +f, err := os. + +func csvCreate() { + +} + // Execute adds all child commands to the root command and sets flags appropriately. // This is called by main.main(). It only needs to happen once to the rootCmd. func Execute() {