diff options
| -rw-r--r-- | questionUser.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/questionUser.go b/questionUser.go index 2139996..e8e4645 100644 --- a/questionUser.go +++ b/questionUser.go @@ -10,7 +10,7 @@ import ( ) func QuestionUser(msg string) bool { - // log.Info("START", msg) + log.Info(msg) fmt.Fprintf(os.Stdout, "(y)es or (n)o ? ") scanner := bufio.NewScanner(os.Stdin) |
