From 125a9e0539351b408a182fa78255ef057458dcf1 Mon Sep 17 00:00:00 2001 From: Gary Morse Date: Sat, 28 May 2022 21:50:49 -0400 Subject: [PATCH] added new words --- cmd/root.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index dc9b5cc..f9d6aac 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -26,7 +26,8 @@ var rootCmd = &cobra.Command{ return } if flagVal { - fmt.Println("I like these words better!") + fmt.Println("I like words and stuff") + //https://stackoverflow.com/questions/53879154/println-vs-printf-vs-print-in-go return } fmt.Println("Hello World!")