Print message when search is over
This commit is contained in:
parent
d89716be4b
commit
61127a1f92
|
@ -120,6 +120,7 @@ func MainCliLoop(db *sql.DB) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fmt.Println("Though this query has ended, its relics still slumber in New Argive.")
|
||||||
fmt.Scanln()
|
fmt.Scanln()
|
||||||
break
|
break
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue