- update example

This commit is contained in:
rocketlaunchr-cto 2020-03-11 15:43:21 +11:00
parent c3e607568f
commit 007d055ab5

View File

@ -17,7 +17,7 @@ import (
func main() { func main() {
ctx := context.Background() ctx := context.Background()
fmt.Println(googlesearch.Search(ctx, "optometrist")) fmt.Println(googlesearch.Search(ctx, "cars for sale in Toronto, Canada"))
} }
``` ```