Skip to content

Commit

Permalink
Adding import references in examples/customsearch (#1399)
Browse files Browse the repository at this point in the history
Missing alias for the `customsearch` import statement will cause its references to raise errors.
  • Loading branch information
zalgonoise committed Jan 18, 2022
1 parent b6f8296 commit 2f7c9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/customsearch.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"log"
"net/http"

"google.golang.org/api/customsearch/v1"
customsearch "google.golang.org/api/customsearch/v1"
"google.golang.org/api/googleapi/transport"
)

Expand Down

0 comments on commit 2f7c9e0

Please sign in to comment.