aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoop Kiefte <ikojba@gmail.com>2020-09-06 21:46:39 +0200
committerJoop Kiefte <ikojba@gmail.com>2020-09-06 21:46:39 +0200
commit284ecee1d649fa412a453494e6685e8b556fec60 (patch)
treed2a3eca234fdc1d23f56aa1a5cc317c651303d19
parentee0d9e5d4453032b1cd81ec6636f08ee2dac1e3e (diff)
Why not?
-rw-r--r--main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.go b/main.go
index e0ad4b4..28961b7 100644
--- a/main.go
+++ b/main.go
@@ -48,6 +48,9 @@ func main() {
case 'q':
fmt.Println("...that was exciting!")
return
+ case 'Q':
+ fmt.Println("...never let an engineer pick the name of your software?")
+ return
default:
if key[0] != 0 {
fmt.Print(string(key[0]))