mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
gofmt
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
|
||||
type Google struct {
|
||||
Client *customsearch.Service
|
||||
CxId string
|
||||
CxId string
|
||||
}
|
||||
|
||||
func New(apiKey, cxId string) *Google {
|
||||
@@ -22,7 +22,7 @@ func New(apiKey, cxId string) *Google {
|
||||
|
||||
return &Google{
|
||||
Client: cs,
|
||||
CxId: cxId,
|
||||
CxId: cxId,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user