From 875435bc025e3b07d2f4a3fed50e78b9be58390a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 11 Dec 2024 01:14:24 -0600 Subject: somewhat is starting to work --- stdin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdin.go') diff --git a/stdin.go b/stdin.go index 9093246..de81e3a 100644 --- a/stdin.go +++ b/stdin.go @@ -34,7 +34,7 @@ func simpleStdin(b bool, s []string) { for scanner.Scan() { s := scanner.Text() s = strings.TrimSpace(s) - // s = strings.Lower(s) + s = strings.ToLower(s) switch s { case "y": log.Info("got y") -- cgit v1.2.3