Skip to content

Commit 2f7c9e0

Browse files
authored
Adding import references in examples/customsearch (#1399)
Missing alias for the `customsearch` import statement will cause its references to raise errors.
1 parent b6f8296 commit 2f7c9e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/customsearch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"log"
1010
"net/http"
1111

12-
"google.golang.org/api/customsearch/v1"
12+
customsearch "google.golang.org/api/customsearch/v1"
1313
"google.golang.org/api/googleapi/transport"
1414
)
1515

0 commit comments

Comments
 (0)