Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ func main() {
"google_domain": "google.com",
"safe": "active",
"start": "10",
"num": "10",
"device": "desktop",
}

Expand Down
1 change: 0 additions & 1 deletion README.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ func main() {
"google_domain": "google.com",
"safe": "active",
"start": "10",
"num": "10",
"device": "desktop",
}

Expand Down
4 changes: 1 addition & 3 deletions demo/demo.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ func main() {
"q": "Coffee",
"location": "Austin,Texas,United States",
"hl": "en",
"gl": "us",
"num": "10", // Number of results to return
"start": "0", // Starting index for results
"gl": "us"
}
fmt.Println("search is running")
data, err := client.Search(parameter)
Expand Down
3 changes: 1 addition & 2 deletions demo/demo_thread_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ func main() {
"q": query,
"location": "Austin, Texas, United States",
"hl": "en",
"gl": "us",
"num": "10",
"gl": "us"
}
fmt.Printf("Scheduled query for: %s\n", query)
}
Expand Down
1 change: 0 additions & 1 deletion test/quickstart_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ func TestQuickStart(t *testing.T) {
"gl": "us",
"safe": "active",
"start": "10",
"num": "10",
"device": "desktop",
"engine": "google", // override engine default
}
Expand Down