Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
73c2826273 |
@ -200,7 +200,7 @@ func lightDivider() {
|
|||||||
|
|
||||||
func confirmQuit() {
|
func confirmQuit() {
|
||||||
divider()
|
divider()
|
||||||
fmt.Println("Are you sure you want to quit? (Y/N) > ")
|
fmt.Printf("Are you sure you want to quit? (Y/N) > ")
|
||||||
s := getResponse()
|
s := getResponse()
|
||||||
if s == "y" || s == "yes" {
|
if s == "y" || s == "yes" {
|
||||||
fmt.Println("Bye!")
|
fmt.Println("Bye!")
|
||||||
|
Loading…
Reference in New Issue
Block a user