add: hints to arrays book finder exercise

This commit is contained in:
Inanc Gumus
2018-12-06 00:20:27 +03:00
committed by GitHub
parent 9d2fcf5736
commit 8171a0193f

View File

@ -50,6 +50,11 @@ package main
// go run main.go void // go run main.go void
// Search Results: // Search Results:
// We don't have the book: "void" // We don't have the book: "void"
//
// HINTS:
// + To find out whether a string contains another string value, you can use the strings.Contains function.
// + To convert a string value to lowercase, you can use the strings.ToLower function.
// + Check out the strings package for more information.
// --------------------------------------------------------- // ---------------------------------------------------------
func main() { func main() {