diff options
| author | Jeff Carr <[email protected]> | 2025-10-19 13:17:50 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-19 13:17:50 -0500 |
| commit | ef958e5b4360b9fe196ca3913777481fad690a1d (patch) | |
| tree | a387fbefbede46f57981b226eafcd4d2331a9063 /questionUser.go | |
| parent | 6975a01480e10ae5bffc2b928702e6690a476ba4 (diff) | |
don't know why that was not therev0.0.41
Diffstat (limited to 'questionUser.go')
| -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) |
